Skip to content

python setup.py install command deprecated#555

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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