cosmid
cosmid copied to clipboard
Dependency list for path.py is missing.
It seems the dependency for path.py doesn't require a specific version and path.py beyond version 8 (I have not confirmed yet) is causing the following problem.
$ cosmid
Traceback (most recent call last):
File "~/miniconda3/envs/python2/bin/cosmid", line 37, in <module>
from path import path
ImportError: cannot import name path
$ Installing path.py=7.7.1 fixed the issue.
pip install -I path.py==7.7.1