tbodt / v8py

Write Python APIs, then call them from JavaScript using the V8 engine.
GNU Lesser General Public License v3.0
443 stars 29 forks source link

setup failed - greenstack missing #3

Closed keredson closed 7 years ago

keredson commented 7 years ago
$ pip3 install v8py
Collecting v8py
  Downloading v8py-0.9.10.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-5wosv1yh/v8py/setup.py", line 28, in <module>
        import greenstack
    ImportError: No module named 'greenstack'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-5wosv1yh/v8py/
tbodt commented 7 years ago

For now, pip install greenstack. I'll look for a fix.

keredson commented 7 years ago

yep, that's what i did. just documenting. thanks!

tbodt commented 7 years ago

https://github.com/tbodt/v8py/commit/87413e3126911ecbddf853223051ab6c3119cbc6 should fix this, assuming it passes CI

tbodt commented 7 years ago

All fixed. Also upgraded to V8 5.9 and deployed latest changes to pypi