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
maturin breaks, because expects a pyproject.toml
maturin build \ -i /tmp/python3/bin/python3 \ --target=armv7-unknown-linux-gnueabihf" 💥 maturin failed Caused by: pyproject.toml is invalid Caused by: Couldn't find pyproject.toml at /project/pyproject.toml Caused by: No such file or directory (os error 2) make: *** [build] Error 1
If maturin v0.12.6 is used, the problem does not occur
python -V
Tested with Python 3.8.2 and Python 3.10
pip -V
pip 21.1.3
pyo3
cargo build
/
The text was updated successfully, but these errors were encountered:
Do you have a reproducible project?
Sorry, something went wrong.
pyproject.toml
Sorry, just saw this now. And I also see you have already merged a solution, thanks ;)
Successfully merging a pull request may close this issue.
Bug Description
maturin breaks, because expects a pyproject.toml
If maturin v0.12.6 is used, the problem does not occur
Your Python version (
python -V
)Tested with Python 3.8.2 and Python 3.10
Your pip version (
pip -V
)pip 21.1.3
What bindings you're using
pyo3
Does
cargo build
work?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/
)?Steps to Reproduce
The text was updated successfully, but these errors were encountered: