The following error seems to be quite common:
C:\Program Files\QGIS 3.10\apps\Python37>python -m pip install doesnotmatterwhatIputhere
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Most solutions I have seen assume Anaconda is somehow involved or some form of sudo, yum, brew, etc.
I am (this time) using a QGIS interpreter on Windows 10, so none of the above apply.
On the same computer, I have a standard installation of Python in C:\Python37 that works without fail. However, the same error also happened with an OSGeo4W64 install that I tried.
I have put C:\Program Files\QGIS 3.10\apps\Python37
(along with \Scripts
and \Lib
) in my PATH variable to no avail - which is the closest I can come to simulating the multiplicity of Anaconda "solutions". The same error still results.
I have seen a multiplicity of posts about this problem. Many of them have no answers at all and those that do seem to go the Anaconda route. What about us snake-hating QGIS users?