DEPRECATION: python-debian 0.1.36ubuntu1 has a non-standard version number. pip 24.1 will enforce this behaviour
I am trying to run the below command in terminal
pip not installing all folders of a package
When doing pip3.12 install google
and running import google
I get the error ModuleNotFoundError: No module named 'google'
.
This environment is externally managed
I am trying to install a package using pip, but when running the command pip3 install requests
for example, I get the following error: