Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back out setuptools upgrade #1

Closed

Conversation

AlanCoding
Copy link

SUMMARY

the belief is that there is some strange pathing thing that's going on which messed up with the setuptools vendoring folder.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
  • API

@AlanCoding
Copy link
Author

Changed commits:

pypa/setuptools@v69.0.2...v72.1.0

@AlanCoding
Copy link
Author

likely offending commit:

pypa/setuptools@d03cd0e

@AlanCoding
Copy link
Author

Documenting:

This does not work because of a conflict with markupsafe library

markupsafe==1.1.1

Starting in markupsafe==3.0.2 they started requiring setuptools>=70.1 (unpinned before this)

pallets/markupsafe@99dda9f

Processing ./requirements/vendor/markupsafe-3.0.2.tar.gz
...
  ERROR: Could not find a version that satisfies the requirement setuptools>=70.1 (from versions: 69.0.2)

So that pin obviously conflicts with this downgrade.

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

Successfully merging this pull request may close these issues.

1 participant