ITADN

Maturin Error on first build

#3133Closedthinkrapido 创建于 2026-04-11
T
thinkrapidocommented
### Bug Description Blocking waiting for file lock on package cache Updating crates.io index error: failed to select a version for the requirement `xwin = "^0.6.6"` version 0.6.6 is yanked version 0.6.7 is yanked location searched: crates.io index required by package `cargo-xwin v0.19.2` ... which satisfies dependency `cargo-xwin = "^0.19.2"` of package `maturin v1.13.1` ... which satisfies dependency `maturin = "^1.13.1"` of package `function-parser v0.1.0 I can't solve this problem. maturin and xwin and cargo-xwin is installed for the first time on my linux system ### Your maturin version (`maturin --version`) 0.13.1 ### Your Python version (`python -V`) 3.12 ### Your pip version (`pip -V`) uv 0.11.3 (x86_64-unknown-linux-gnu ### What bindings you're using pyo3 ### Does `cargo build` work? - [ ] Yes, it works ### If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash `/`)? - [ ] Yes ### Steps to Reproduce just cargo build
关闭于 2026-04-12 2 条评论