-
Notifications
You must be signed in to change notification settings - Fork 32
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
pyproject.toml setup tools out of date #11
Comments
Similar setup toml issue from GH direct link
|
Getting the same issue installing using the GH link. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When working in docker, I get the following error message "[_MissingDynamic:
license
defined outside ofpyproject.toml
is ignoredIf you change "requires = ["setuptools>=61.0"]" to "requires = ["setuptools==68.2.2"]" in pyproject.toml, the error is fixed.
See: https://stackoverflow.com/questions/77523055/missingdynamic-license-defined-outside-of-pyproject-toml-is-ignored
The text was updated successfully, but these errors were encountered: