maturin develop
failed on Windows because of utf-8 encoding error
#952
Labels
bug
Something isn't working
Bug Description
I'm developing a PyO3 project. Actually this project works well on Linux / Mac, but failed on Windows 10.
I have no idea which file includes invalid utf-8 character.
Your Python version (
python -V
)python 3.10.4
Your pip version (
pip -V
)pip 22.1.2
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
Run these commands on Powershell
Then failed just like the snapshot.
The text was updated successfully, but these errors were encountered: