

Requirement already satisfied: numpy>=1.20.1 in c:\users\jenkinss\anaconda3\lib\site-packages (from scpi_pkg) (1.20.1) Requirement already satisfied: scikit-learn>=0.24.1 in c:\users\jenkinss\anaconda3\lib\site-packages (from scpi_pkg) (0.24.1)ĭownloading scipy-1.8.0-cp38-cp38-win_amd64.whl (36.9 MB) but I do have some local admin rights that enable me to install software.)ĭownloading scpi_pkg-0.1-p圓-none-any.whl (34 kB)ĭownloading nlopt-2.7.0-cp38-cp38-win_amd64.whl (320 kB) (It's my office PC, and so controlled by local IT services. Or is there some issue regarding local admin rights. And, to be honest, surprised at the degree of hassle required for what I thought be a basic task - though my immediate counter-reaction is that I must be doing something wrong, and there must be some easier way. WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/Ĭould not fetch URL : There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skippingĮRROR: Could not find a version that satisfies the requirement pip (from versions: none)ĮRROR: No matching distribution found for pipĪccording to an internet page I saw, I need -pip- to install -ssl-! WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/

WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/

WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Then I tried to install it and got error messages saying I need the -ssl- Python module!Ĭ:\Users\JENKINSS\Anaconda3>python get-pip.py
