Skip to content

ERROR: No matching distribution found for setuptools==70.0.0 #4808

Answered by webknjaz
Keerthana11033 asked this question in Q&A
Discussion options

You must be logged in to vote

Yanking wouldn't cause this, since pip install would still select it if requested explicitly with a == pin. The screenshot shows 68.0.0 as the last one pip considers compatible. That version is the last one to support Python 3.7, while the following 68.1.0 has >= 3.8 in its metadata.

This means that @Keerthana11033 uses an EOL Python 3.7 and should upgrade the interpreter to be able to install newer versions of setuptools.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@webknjaz
Comment options

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