emmetio / pyv8-binaries

Archive of pre-compiled PyV8 binaries
712 stars 301 forks source link

How to install PyV8 in windows10 platform by python3+ ? #35

Open xnchall opened 6 years ago

xnchall commented 6 years ago

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

Dashu-Xu commented 6 years ago

hi, have you solve this problem yet? i meet the same problem now but don't know how to fix it.

xnchall commented 6 years ago

@Dashu-Xu it's depressing, pyV8 support py2+ on windows series, py3 nonsupport :( if you want use pyV8 by py3+, you can select linux series platform.

sivaprabug commented 5 years ago

I am also facing same problem in windows10

pandaeyes1 commented 5 years ago

me too,bro

sunendran commented 4 years ago

me too same problem. does anyone try in Linux platform? did that work in Linux os?

sergeche commented 4 years ago

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

SameKingSton commented 4 years ago

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.