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 panics and does not recognize conditions where:
maturin --version
1.0.0
python -V
3.10.2
pip -V
21.2.4
pyo3
cargo build
/
-> src ---> rust_a ------> Cargo.toml ------> src --->rust_b ------> Cargo.toml ------> src -> py_lib
[tool.maturin] python-source = "py_lib" bindings = "bin" # does not exist manifest-path = "src/rust_a/Cargo.toml" module-name = "rust_a" strip = true exclude = [ ]
maturin build
The text was updated successfully, but these errors were encountered:
Sorry I don't quite understand what you mean by bindings = "bin" # does not exist, can you provide a git repository for repro?
bindings = "bin" # does not exist
Sorry, something went wrong.
1333409
Successfully merging a pull request may close this issue.
Bug Description
maturin panics and does not recognize conditions where:
Your maturin version (
maturin --version
)1.0.0
Your Python version (
python -V
)3.10.2
Your pip version (
pip -V
)21.2.4
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
maturin build
The text was updated successfully, but these errors were encountered: