v8eval
v8eval copied to clipboard
Multi-language bindings to JavaScript engine V8
build ``` /private/var/folders/sn/2n950b_94vn937_vhhmp00q80000gp/T/pip-install-v4lbeoh6/v8eval/v8/third_party/llvm-build/Release+Asserts/bin/clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -I/private/var/folders/sn/2n950b_94vn937_vhhmp00q80000gp/T/pip-install-v4lbeoh6/v8eval/v8 -I/private/var/folders/sn/2n950b_94vn937_vhhmp00q80000gp/T/pip-install-v4lbeoh6/v8eval/v8/include -I/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/include/python3.7m -c /private/var/folders/sn/2n950b_94vn937_vhhmp00q80000gp/T/pip-install-v4lbeoh6/v8eval/python/v8eval/v8eval_wrap.cxx -o build/temp.macosx-10.14-x86_64-3.7/private/var/folders/sn/2n950b_94vn937_vhhmp00q80000gp/T/pip-install-v4lbeoh6/v8eval/python/v8eval/v8eval_wrap.o -O3 -std=c++14 -stdlib=libc++ clang: error: no such file...
Hello, In the past i was able to install v8eval without major problems on Ubuntu 18.04, but now after reinstalling the OS (still on 18.04), i have following problem: sudo...
What would it take to update to the latest version of V8?
It been so many minutes since it stuck there? any idea? ``` pip install v8eval --verbose Created temporary directory: /private/var/folders/vk/gp0nzwzs3y5dwvjryt2_st6m0000gn/T/pip-ephem-wheel-cache-axiuh8vb Created temporary directory: /private/var/folders/vk/gp0nzwzs3y5dwvjryt2_st6m0000gn/T/pip-req-tracker-4qj2gdd3 Created requirements tracker '/private/var/folders/vk/gp0nzwzs3y5dwvjryt2_st6m0000gn/T/pip-req-tracker-4qj2gdd3' Created temporary...
The installation fails because of lack of support for ubuntu 19.04. Output of `pip install -v` : ``` Downloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-342523-1.tgz .......... Done. ________ running 'vpython v8/build/util/lastchange.py -o v8/build/util/LASTCHANGE' in '/tmp/pip-install-anj8fnsu/v8eval'...
**pip2 install v8eval** Collecting v8eval Downloading v8eval-0.2.11.tar.gz Installing collected packages: v8eval Running setup.py install for v8eval ... error Complete output from command /usr/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-TEWePc/v8eval/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n',...
Also, ones that call scripts rather than inlined functions.
Collecting v8eval Downloading v8eval-0.2.11.tar.gz Installing collected packages: v8eval Running setup.py install for v8eval ... error Complete output from command /usr/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-8TPEm_/v8eval/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))"...
Can I run this on Windows if I am able to build v8 separately?