Cannot init - "cannot create .gitignore" #1413
Unanswered
EinfachNurBaum
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Please check your file system permission, it's running fine in CI: https://github.com/PyO3/maturin/actions/runs/3908040881/jobs/6677854390#step:20:21 ( |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug Description
I can run the init command and choose pyo3 but then I get the errror "cannot create .gitignore"
Your maturin version (
maturin --version
)0.14.1
Your Python version (
python -V
)Python 3.10
Your pip version (
pip -V
)22.3
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
Just installed maturin with pip and tried to run "maturin init" it
Beta Was this translation helpful? Give feedback.
All reactions