You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think none of the maintainers have used pyenv on Windows, so this is unlikely to be fixed by us anytime soon. Feel free to investigate and send a PR to fix it if you are up to it.
Bug Description
Maturin
could not find any interpreters
when i try to run
maturin list-python
it only showsand python is installed and is on my path
Your maturin version (
maturin --version
)1.7.4
Your Python version (
python -V
)3.12.6
Your pip version (
pip -V
)24.3.1
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
maturin list-python
pyenv which python
The text was updated successfully, but these errors were encountered: