Skip to content

SLES15 SP4 | python310-setuptool (setuptool == 67.6.1) doesn't package easy_install #4188

Discussion options

You must be logged in to vote

Hi @abhishek-das-gupta , easy_install has been long deprecatedl. It was removed as a top-level module since version 52 (see https://setuptools.pypa.io/en/latest/history.html#v52-0-0).

The alternative is to use wheels with pip or editable installs with pip install -e from inside the directory that contains setup.py. If that does not work for you, you probably have to use an older version of setuptools or contact the software developers, asking them how you can install their software in your system.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@abhishek-das-gupta
Comment options

Answer selected by abhishek-das-gupta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants