tbodt/v8py

setup failed - greenstack missing

keredson opened this issue · 4 comments

$ 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

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

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

tbodt commented

87413e3 should fix this, assuming it passes CI

tbodt commented

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