DataBiosphere / dsub

Open-source command-line tool to run batch computing tasks and workflows on backend services such as Google Cloud.
Apache License 2.0
265 stars 44 forks source link

ModuleNotFoundError: No module named '_dsub_version' #104

Closed francescomontinaro closed 6 years ago

francescomontinaro commented 6 years ago

Hi, Just got this error when running dsub --help. Could anyone suggest me where should I look at?

Traceback (most recent call last): File "/home/francesco/dsub_libs/bin/dsub", line 7, in from dsub.commands.dsub import main File "/home/francesco/dsub_libs/lib/python3.6/site-packages/dsub/init.py", line 15, in from _dsub_version import DSUB_VERSION as version ModuleNotFoundError: No module named '_dsub_version'

Thank you

mbookman commented 6 years ago

Hi Francesco,

See https://github.com/googlegenomics/dsub/issues/98.

-Matt

francescomontinaro commented 6 years ago

Hi Matt,

Thank you!

Is there any workaround for this?

mbookman commented 6 years ago

You'll need to use Python 2 until Python 3 support is added.