For a very stupid reason I decided to uninstall all packages from pip freeze
, including those installed in the OS.
When I tried to reinstall the wanted packages, I get a wall of text error ending with
ModuleNotFoundError: No module named ‘certifi’
I tried pip install certifi
but I get the same error.
I tried to uninstall and reinstall python (3.12.4) but I get the same error whenever I run a pip command.
I downloaded and executed get-pip.py to reinstall pip but I yet have the same error during execution.
Anyone has any idea how to fix my stupid decision?
Dima is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1