I’m trying to install the python package numpy
with no luck. I’m using pip install numpy
in the terminal, but it returns the following error message:
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', FileNotFoundError(2, 'No such file or directory'))': /simple/numpy/
ERROR: Could not find a version that satisfies the requirement numpy (from versions: none)
ERROR: No matching distribution found for numpy
I do have pip
installed properly, and is currently using Python 3.11.2. Any ideas on what is happening here and how I can fix it? Thanks in advance!
asrnpr666 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1
If you have multiple versions of python installed you could see this. Try below command python -m pip install numpy