Python Forum
Installing Numpy on Raspberry Pi
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Numpy on Raspberry Pi
#2
Why not use pip?

I wouldn't be surprised if you have two Python 3 versions installed on your system, and that's the issue. I bet this would work:
$ python3 -m pip install 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,930 Aug-30-2023, 10:58 AM
Last Post: knight2000
  Installing Numpy multiple locations dwhe 4 3,221 Dec-21-2019, 02:02 AM
Last Post: dwhe
  Problem installing numpy and matplotlib achondrite 1 3,177 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