python - Error installing pyv8 on virtualenv on Windows -


I'm trying to install the pyv8 package on virtualenv on Windows.

Here's what I did:

  virtualenv venv venv \ scripts \ activate pip install pyv8  

and last error the following error Failed with:

  file "& lt; string & gt;", line 17, & lt; Module & gt; The file "& lt; proj_path & gt; \ venv \ build \ pyv8 \ setup.py", line 17, & lt; Module & gt; Include_dirs + = os.environ ["Include"]. Partition (';') file "& lt; proj_path & gt; \ venv \ lib \ os.py", line 423, __getitem__ return swadata [key.upper ()] what is the error?   

key error: 'include'

is actually one Which installs it on Windows for you

When you install it, make sure to point to the installation directory in your VirtualNew directory. You may also want to check out


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -