2017-03-27 13 views
1

Python 3.4用にPyV8をインストールしようとしました。しかし、それは働かなかった。Python 3.4 cantはPyv8 modulをインストールします

マイシステム; Windows 10 home; Python 3.4(64ビット); Eclipseのネオン2

は、私はいくつかをググ

C:\Program Files (x86)\Python34\Scripts>pip install pyv8 
Downloading/unpacking pyv8 
    Downloading PyV8-0.5.zip 
    Running setup.py (path:C:\Users\ME\AppData\Local\Temp\pip_build_Sebastian Weidemann\pyv8\setup.py) egg_info for package pyv8 
    Traceback (most recent call last): 
     File "<string>", line 17, in <module> 
     File "C:\Users\ME\AppData\Local\Temp\pip_build_Sebastian Weidemann\pyv8\setup.py", line 17, in <module> 
     include_dirs += os.environ["INCLUDE"].split(';') 
     File "C:\Program Files (x86)\Python34\lib\os.py", line 651, in __getitem__ 
     raise KeyError(key) from None 
    KeyError: 'INCLUDE' 
    Complete output from command python setup.py egg_info: 
    Traceback (most recent call last): 

    File "<string>", line 17, in <module> 

    File "C:\Users\ME\AppData\Local\Temp\pip_build_Sebastian Weidemann\pyv8\setup.py", line 17, in <module> 

    include_dirs += os.environ["INCLUDE"].split(';') 

    File "C:\Program Files (x86)\Python34\lib\os.py", line 651, in __getitem__ 

    raise KeyError(key) from None 

KeyError: 'INCLUDE' 

---------------------------------------- 
Cleaning up... 
Command python setup.py egg_info failed with error code 1 in C:\Users\ME\AppData\Local\Temp\pip_build_ME\pyv8 
Storing debug log for failure in C:\Users\ME\pip\pip.log 

C:\Program Files (x86)\Python34\Scripts> 

PIP

を経由してみましたが、私は、Windows上のPython 3.4用のPyV8をインストールする方法を発見傾けます。

答えて

関連する問題