Open mingyi-wang opened 7 years ago
I have git clone the package. When running "python ./jsm.py classify -h", it shows the error as below: Traceback (most recent call last): File "./jsm.py", line 9, in from joint_snv_mix.run import classify, train ImportError: No module named run
How can fix that? thanks,
Same here
Did you run the installation step after cloning the repo? python setup.py install
python setup.py install
I have git clone the package. When running "python ./jsm.py classify -h", it shows the error as below: Traceback (most recent call last): File "./jsm.py", line 9, in
from joint_snv_mix.run import classify, train
ImportError: No module named run
How can fix that? thanks,