Python Forum
Installing Numpy on Raspberry Pi
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Numpy on Raspberry Pi
#4
Try this then try to install again.
python3 -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip
pip3 can also work alone,may need to install it.
# Install
sudo apt-get update
sudo apt install python3-pip

# Test with:
pip3 -V 

# Not using sudo
pip3 install --user numpy 
Reply


Messages In This Thread
Installing Numpy on Raspberry Pi - by koepjo - Mar-31-2020, 08:20 AM
RE: Installing Numpy on Raspberry Pi - by micseydel - Apr-03-2020, 06:17 PM
RE: Installing Numpy on Raspberry Pi - by koepjo - Apr-04-2020, 07:41 AM
RE: Installing Numpy on Raspberry Pi - by snippsat - Apr-04-2020, 09:49 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing Older Version Of Numpy & Pandas knight2000 6 1,837 Aug-30-2023, 10:58 AM
Last Post: knight2000
  Installing Numpy multiple locations dwhe 4 3,175 Dec-21-2019, 02:02 AM
Last Post: dwhe
  Problem installing numpy and matplotlib achondrite 1 3,143 Jan-16-2019, 11:43 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020