Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. C:Program Files (x86)Python34Scripts>pip install pyv8
  2. Downloading/unpacking pyv8
  3. Downloading PyV8-0.5.zip
  4. Running setup.py (path:C:UsersMEAppDataLocalTemppip_build_Sebastian Weidemannpyv8setup.py) egg_info for package pyv8
  5. Traceback (most recent call last):
  6. File "<string>", line 17, in <module>
  7. File "C:UsersMEAppDataLocalTemppip_build_Sebastian Weidemannpyv8setup.py", line 17, in <module>
  8. include_dirs += os.environ["INCLUDE"].split(';')
  9. File "C:Program Files (x86)Python34libos.py", line 651, in __getitem__
  10. raise KeyError(key) from None
  11. KeyError: 'INCLUDE'
  12. Complete output from command python setup.py egg_info:
  13. Traceback (most recent call last):
  14.  
  15. File "<string>", line 17, in <module>
  16.  
  17. File "C:UsersMEAppDataLocalTemppip_build_Sebastian Weidemannpyv8setup.py", line 17, in <module>
  18.  
  19. include_dirs += os.environ["INCLUDE"].split(';')
  20.  
  21. File "C:Program Files (x86)Python34libos.py", line 651, in __getitem__
  22.  
  23. raise KeyError(key) from None
  24.  
  25. KeyError: 'INCLUDE'
  26.  
  27. ----------------------------------------
  28. Cleaning up...
  29. Command python setup.py egg_info failed with error code 1 in C:UsersMEAppDataLocalTemppip_build_MEpyv8
  30. Storing debug log for failure in C:UsersMEpippip.log
  31.  
  32. C:Program Files (x86)Python34Scripts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement