Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install Numpy [duplicate]

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

like image 889
Orpheus Avatar asked Dec 31 '25 08:12

Orpheus


1 Answers

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:

sudo apt update
sudo apt install python3

sudo apt install pip pip3 
sudo apt install python3 python-numpy python3-numpy

pip install numpy
pip3 install numpy

Depending on which version you want.

Hope this can be useful for someone in the future!

Edit2: Orpheus comment:

pipwin needs to be installed for installing numpy, pip install pipwin and then pipwin install numpy – Orpheus

Regards.

like image 122
William Martens Avatar answered Jan 02 '26 21:01

William Martens



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!