-
-
Notifications
You must be signed in to change notification settings - Fork 275
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
Can't cargo install maturin
anymore
#1671
Comments
Please use |
kornelski
added a commit
to kornelski/tmp-pr-ureq
that referenced
this issue
Sep 17, 2024
kornelski
added a commit
to kornelski/tmp-pr-ureq
that referenced
this issue
Sep 17, 2024
algesten
pushed a commit
to algesten/ureq
that referenced
this issue
Sep 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
I used to be able to globally install maturin in my system with
cargo install maturin
.Now, after compiling all dependencies, the build fails with the following error:
Your maturin version (
maturin --version
)1.1.0
Your Python version (
python -V
)3.11.3
Your pip version (
pip -V
)23.1.2
What bindings you're using
None
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
rustup
cargo install maturin
The text was updated successfully, but these errors were encountered: