maturin develop
command fails in a conda
environment.
#1463
Unanswered
astrogewgaw
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to initialize a project from scratch using
maturin
, and after setting it up withmaturin init
, thematurin develop
commands fails as follows:As can be seen from the above output, I use a
conda
environment. The Python version isv3.10.9
, and the maturin version isv0.14.12
. The rust version isv1.66.1
. I am on Arch Linux.The directory structure is as follows:
. ├── .github │ └── workflows │ └── CI.yml ├── src │ └── lib.rs ├── Cargo.lock ├── Cargo.toml └── pyproject.toml
I have not made any changes to the code after
maturin init
.Beta Was this translation helpful? Give feedback.
All reactions