Bug Description
Maturin could not find any interpreters
when i try to run maturin list-python it only shows
💥 maturin failed
Caused by: Could not find any interpreters, are you sure you have python installed on your PATH?
and 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
- run
maturin list-python
- run
pyenv which python
Bug Description
Maturin
could not find any interpreterswhen i try to run
maturin list-pythonit 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 buildwork?If on windows, have you checked that you aren't accidentally using unix path (those with the forward slash
/)?Steps to Reproduce
maturin list-pythonpyenv which python