Skip to content

Dependency list for path.py is missing. #33

@hassanfa

Description

@hassanfa

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions