-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 has different version in metadata: '20.8' #1933
Comments
We're also experiencing this in our CI DataDog/integrations-core#8378 |
Same here. This just started happening in the past 20 minutes on both Azure Pipelines and Github Actions. Thank you for your time and attention. |
Same here with Github actions |
Same here with Github actions too |
Same with gitlab ci |
Confirmed with Github actions |
Same at localhost using pip and pipenv. |
TO EVERYONE IN THIS THREADPlease make sure you have unimportant/outdated info (if you're a follow maintainer it may interest you)
okay, the issue was that setuptools was borked, version |
Suddenly it starts working without any changes on my side, at localhost using pip/pipenv and at GitHub actions using pip. |
My GitHub Actions is back to normal with setuptools==51.3.1 released just now. |
You seem to be correct, @reata thanks for looking at setuptools again because I didn't notice that even though I suspected a setuptools release mishap. |
Confirmed back to normal with Github Actions |
Sounds like this was due to a broken setuptools release. Is there anything for Black to do or should we close this issue? |
Seems reasonably safe to close this so I'll do that. We could ban that broken version of setuptools in our build requirements configuration in |
Installing black on Ubuntu, Python 3.8 results in the following error:
To Reproduce Steps to reproduce the behavior:
python3 -m pip install black
Expected behavior The pip install should work
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: