Python3.5 install PyV8

Python3.5 received an error when installing PyV8. PyV8 version: PyV8-0.5. The errors are as follows: C:UsersAdministratorAppDataLocalProgramsPythonPython35Libsite-packages >
pip install PyV8
Collecting PyV8
Using cached pythonhosted.org/packages/c6/fb/5c0512a373e3d0aad0b" rel=" nofollow noreferrer "> https://files.pythonhosted.or.
683f439e7bdd67f95a69e6473b76dc2cfdca2c43f/PyV8-0.5.zip

Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\ADMINI~1\AppData\Local\Temp\pip-install-iqa1exud\PyV8\setup

.py ", line 17, in < module >

    include_dirs += os.environ["INCLUDE"].split(";")
  File "c:\users\administrator\appdata\local\programs\python\python35\lib\os

.py ", line 725, in getitem

    raise KeyError(key) from None
KeyError: "INCLUDE"
Nov.06,2021

try the environment variable by adding an empty INCLUDE,.

Menu