Skip to content

No module named 'pkg_resources' error caused by recent update of setuptools #7

@naotohori

Description

@naotohori

Hello, I just wanted to report that I had to add a specification of the setuptools version, as shown below. This is likely due to an issue in setuptools pypa/setuptools#5174.

mamba create -n fpocketR -c bioconda fpocketr 'setuptools<82'
conda activate fpocketR

Otherwise, when I ran the code, I received an error message:

No module named 'pkg_resources'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions