cosmid icon indicating copy to clipboard operation
cosmid copied to clipboard

Dependency list for path.py is missing.

Open hassanfa opened this issue 7 years ago • 0 comments

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

hassanfa avatar Nov 14 '17 12:11 hassanfa