Skip to content

python setup.py install command deprecated #555

@BSchilperoort

Description

@BSchilperoort

Setuptools deprecated the setup.py install command four years ago.
By October 31st 👻, the command python setup.py install will stop working. At least for any version of setuptools>=80.1.0.

This means that users won't be able to run scripts/install_third_party_dependencies.sh anymore.

Other scripts/instructions may be affected as well.

To solve this, it would be best if openfold would use modern python packaging tools (see the packaging.python.org guide). This would make openfold installable with pip install ., and make it easier to put openfold on PyPI.

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