hashdist / hashstack

Collection of software profiles for HashDist
https://hashdist.github.io/
51 stars 60 forks source link

Cannot init-home, module import error #973

Open xlai opened 7 years ago

xlai commented 7 years ago

When I tried to do hit init-home, I get the error:

  File "/usr/lib/python3.5/site-packages/hashdist/deps/yaml/__init__.py", line 2, in <module>
    from error import *
ImportError: No module named 'error'
johannesring commented 7 years ago

HashDist does not work with Python 3 AFAIK.

dimpase commented 7 years ago

It should check the python version, at least, and report a meaningful error, not this one...

cekees commented 7 years ago

Thanks, added https://github.com/hashdist/hashdist/issues/369