-
Notifications
You must be signed in to change notification settings - Fork 131
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
pip install breaks with setuptools 69.0.0 #952
Comments
It's also doing the same thing for me on setuptools Full output on my end - https://gist.github.com/law/e45a6805d1573ee20b9b56db42230a20 Further poking around shows that: |
Specifying the version also helped in my case, thanks @law! |
we're looking into it, thanks for the report |
Setuptools released 69.0.0 on Nov 20th and it causes issues with installing b2 cli via pip
https://setuptools.pypa.io/en/stable/history.html#deprecations-and-removals
Repeated errors like the following with using pip (23.2.1) to install on python 3.11:
Issues originally found on MacOS Ventura, M1, Python 3.11
The text was updated successfully, but these errors were encountered: