Venvs created via mise installed python are broken #3975
Unanswered
jankatins
asked this question in
Troubleshooting and bug reports
Replies: 1 comment 1 reply
-
I don't know much about venvs but is this because mise defaults to uv but you're trying to use pip? maybe you should disable uv for your venvs. |
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
-
I use mise to install an up to date version of python so it's available in all my environments, no matter if it's linux or mac. I now need more venvs on linux and this is currently broken (I think it worked a few month back and I think it worked on a mac when I still had access to a mac like 3 month back):
Similar things happen when I use that python to create a normal venv and try to load stuff which has a native library included.
For pipx I use
mise doctor output
(I load mise via
eval $(mise env -s zsh)
in my zshrc which adds both the python and rust paths to the PATH, butmise doctor
seems to add them again? at least they are only once in my $PATH)Beta Was this translation helpful? Give feedback.
All reactions