We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When building (on gentoo during an update) I am getting the error:
maturin failed Caused by: project.version field is required in pyproject.toml unless it is present in the project.dynamic list
maturin failed
Caused by: project.version field is required in pyproject.toml unless it is present in the project.dynamic list
project.version
project.dynamic
This is due to a change in maturin 1.8.0, and needs to be fixed to be able to build.
The text was updated successfully, but these errors were encountered:
Added a PR #225
Sorry, something went wrong.
pyproject.toml: Allow maturin >= 1.8.0 to fill the version
e4936cc
maturin >= 1.8.0 stopped filling the version from Cargo.toml, because the spec only allows this, when the metadata key is listed in `dynamic` [1][2]. Fixes jamesturk#224. [1] https://packaging.python.org/en/latest/specifications/pyproject-toml/#dynamic [2] PyO3/maturin#2390
dce22ae
Successfully merging a pull request may close this issue.
When building (on gentoo during an update) I am getting the error:
This is due to a change in maturin 1.8.0, and needs to be fixed to be able to build.
The text was updated successfully, but these errors were encountered: