-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install PyV8 in windows10 platform by python3+ ? #35
Comments
hi, |
@Dashu-Xu it's depressing, pyV8 support py2+ on windows series, py3 nonsupport :( |
I am also facing same problem in windows10 |
me too,bro |
me too same problem. does anyone try in Linux platform? did that work in Linux os? |
This plugin (as well as PyV8) is deprecated, try new, upcoming Emmet 2 version, which is 100% Python codebase: https://github.com/emmetio/sublime-text-plugin |
move _PyV8.py file into "D:\software\python\lib\site-packages" Than go on , but python3.6+ no suit It, Module use of python33.dll conflicts with this version of Python. |
python version is python3.6.5, and i want to install PyV8 in windows 10.
i have got two files, such as PyV8.py, _PyV8.pyd. and put them into site-packages on my computer.
but, there are some mistakes:
>>> import PyV8 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "D:\software\python\lib\site-packages\PyV8.py", line 32, in <module> import _PyV8 ModuleNotFoundError: No module named '_PyV8'
i have tried lot's of ways to solve them, but useless.
thx a lot ~ @sergeche @mindofmicah @Chikuid
The text was updated successfully, but these errors were encountered: