flier / pyv8

60 stars 39 forks source link

v8.h not found #4

Open noraj opened 7 years ago

noraj commented 7 years ago

python2

$ pip2 install pyv8                                                                                                                                                                                               
Collecting pyv8
  Downloading PyV8-0.5.zip
Building wheels for collected packages: pyv8
  Running setup.py bdist_wheel for pyv8 ... error
  Complete output from command /usr/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Hc673B/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmpnAhq2gpip-wheel- --python-tag cp27:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  copying PyV8.py -> build/lib.linux-x86_64-2.7
  running build_ext
  building '_PyV8' extension
  creating build/temp.linux-x86_64-2.7
  creating build/temp.linux-x86_64-2.7/src
  gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DBOOST_PYTHON_STATIC_LIB -Ilib/python/inc -Ilib/boost/inc -Ilib/v8/inc -I/usr/include/python2.7 -c src/Exception.cpp -o build/temp.linux-x86_64-2.7/src/Exception.o
  In file included from src/Exception.cpp:1:0:
  src/Exception.h:6:16: fatal error: v8.h: No such file or directory
   #include <v8.h>
                  ^
  compilation terminated.
  error: command 'gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for pyv8
  Running setup.py clean for pyv8
Failed to build pyv8
Installing collected packages: pyv8
  Running setup.py install for pyv8 ... error
    Complete output from command /usr/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Hc673B/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-IShPob-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    copying PyV8.py -> build/lib.linux-x86_64-2.7
    running build_ext
    building '_PyV8' extension
    creating build/temp.linux-x86_64-2.7
    creating build/temp.linux-x86_64-2.7/src
    gcc -pthread -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DBOOST_PYTHON_STATIC_LIB -Ilib/python/inc -Ilib/boost/inc -Ilib/v8/inc -I/usr/include/python2.7 -c src/Exception.cpp -o build/temp.linux-x86_64-2.7/src/Exception.o
    In file included from src/Exception.cpp:1:0:
    src/Exception.h:6:16: fatal error: v8.h: No such file or directory
     #include <v8.h>
                    ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-Hc673B/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-IShPob-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-Hc673B/pyv8/

python3

$ pip3 install pyv8                                                                                                                                                                                               
Collecting pyv8
  Using cached PyV8-0.5.zip
Installing collected packages: pyv8
  Running setup.py install for pyv8 ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5owiu45d/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-di0fk4t3-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.6
    copying PyV8.py -> build/lib.linux-x86_64-3.6
    running build_ext
    building '_PyV8' extension
    creating build/temp.linux-x86_64-3.6
    creating build/temp.linux-x86_64-3.6/src
    gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DBOOST_PYTHON_STATIC_LIB -Ilib/python/inc -Ilib/boost/inc -Ilib/v8/inc -I/usr/include/python3.6m -c src/Exception.cpp -o build/temp.linux-x86_64-3.6/src/Exception.o
    cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
    In file included from src/Exception.cpp:1:0:
    src/Exception.h:6:16: fatal error: v8.h: No such file or directory
     #include <v8.h>
                    ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-5owiu45d/pyv8/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-di0fk4t3-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-5owiu45d/pyv8/
AlexxNica commented 7 years ago

@flier Any news about this?

noraj commented 7 years ago

No description, no README, no documentation, no installation steps, no guide, no support, ... don't expect anything from this repository

alex-polosky commented 6 years ago

I think in order to use it, v8 needs to be installed.

You can find that over here: https://github.com/v8/v8

And I also found possible binaries, but have yet to try them here: https://github.com/emmetio/pyv8-binaries

muziker commented 2 years ago

I've tried setting the CPATH variables to point to my local install of node, and other errors do pop up, like a candidate expects 2 arguments, 1 provided

So this probably requires a specific version of V8 to work.