-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to install from sdist: pyproject.toml [project] requires a name. #77
Comments
I have same trouble with python 3.10.2
|
For those looking for a quick fix because you're trying to deploy to prod on a Friday night like me 😅 I forked mvaled 's fix to make sure it doesn't go anywhere. Thank you @mvaled ❤️ You can use that forked version in your requirements.txt file like this:
I will keep this fork available at least until it "just works" without it (i.e. an underlying fix is provided for |
This started to happen since yesterday in some CI environments using
python:3.10-bullseye
image. However, the CI jobs usingpython:3.8-bullseye
andpython:3.9-bullseye
don't fail.I've seen this in two different project: one uses
tox
to manage the virtualenv, the other one usespoetry
. I don't really know why they are preferring the source dist over the binary wheels.The text was updated successfully, but these errors were encountered: