I'm unable to install NumPy. I'm getting the following error ERROR: Could not find a version that satisfies the requirement numpy (from versions: none) ERROR: No matching distribution found for numpy
My python version is 3.9.0
I'm unable to install NumPy. I'm getting the following error ERROR: Could not find a version that satisfies the requirement numpy (from versions: none) ERROR: No matching distribution found for numpy
My python version is 3.9.0
EDIT: Nice it worked for you:
pip3 install numpy
If it, for some reason - for someone in the future wouldn't work in some way:
Depending on which version you want.
Hope this can be useful for someone in the future!
Edit2: Orpheus comment:
Regards.