PyCharm WSL Interpreter duplicate the pip, wheel, setuptools package

Answered

This is the window

This is the result from pip list

Possible fix by uninstall and reinstall like i did with setuptools and wheel, only pip i keep the original

0
6 comments

Because u can't uninstall & reinstall pip itself, pip is installer, so i used uv package, uv pip uninstall pip && uv pip install pip

 

 

0

When creating the environment, did you enable the option inherit global site-packages?  If so, it's the following bug:  https://youtrack.jetbrains.com/issue/PY-64122/Creating-venv-with-inherit-global-site-packages-produces-pip-duplicates-in-venv-package-list

0

Miguel Monteiro i dont enable that option

0

its disable by default in latest version 2024, i just upgrade from 2023 and see that

0

i just need reinstall that, so i think its ok

0

Please sign in to leave a comment.