mercredi 24 juillet 2024

python3.11 still required when python3.12 is installed

 If you try to use pip while you have up-to-date python version 3.12 installed, you will get this error:

zsh: /opt/homebrew/bin/pip: bad interpreter: /opt/homebrew/opt/python@3.11/bin/python3.11: no such file or directory

If you are using pip3, it works.

The only solution until now is to install python 3.11. But it is pity to downgrad python:

% brew install python@3.11

I don't know what to do...

Aucun commentaire: