Python Forum
Cannot successfully install NumPy
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot successfully install NumPy
#1
Hi,

I downloaded & properly installed JetBrains PyCharm (pycharm-community-2016.3) & Python (python-3.6.0b4-amd64)

Now I tried to install NumPy using command:

cmd > python -m pip install numpy

But I'm getting an error.

--

I also downloaded various wheels.
But it says "Not a supported wheel" for numpy-1.12.0rc1-cp27-none-win_amd64, numpy-1.12.0rc1-cp34-none-win32 & numpy-1.12.0rc1-cp35-none-win32

Please help me out.
Reply
#2
I don't think that NumPy for Python 3.6 is out. Try with 3.5

Or try to install it manually.

C:\Python36\pip.exe install C:\downloaded\numpy.whl

You have to replace all this with exact paths to a pip.exe and the downloaded numpy wheel file
"As they say in Mexico 'dosvidaniya'. That makes two vidaniyas."
https://freedns.afraid.org
Reply
#3
Get your wheel from here. http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
Note naming convention so you get the proper wheel for your version of python and os
then from a command window, change directory to wheel location and run pip install wheelname

This site has a reputation for wheels that work first time, and they already
have wheels for 3.6
Reply
#4
It also seems you are using release candidates for Python and Numpy. If you are on a windows 64 bit machine, you should have downloaded, for example: python-3.6.0-amd64.exe, the file name you are showing is for a beta release. The same is true for Numpy, the extension "1.12.0rc1-cp27" shows it is a release candidate for Python 2.7
the other shows a release candidate for Python 3.5 64 bit.   Again, if you are on a 64 bit machine, you want the file "numpy-1.11.3+mkl-cp36-cp36m-win_amd64.whl" from the site referenced by Larz60+
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Sad Can anyone help me successfully run this code? TheMouseAvenger 26 3,575 Sep-22-2023, 02:51 PM
Last Post: snippsat
  Help for the shortest way to install a suitable version of Python, Numpy, and OpenCV. Ezzat 2 2,227 Dec-23-2021, 12:34 PM
Last Post: snippsat
  Cannot install tensorflow, numpy etc in Pycharm with Python 3.10 plumberpy 2 3,386 Oct-07-2021, 05:33 AM
Last Post: plumberpy
  Can't install Numpy in Pycharm asdasdasd 4 4,649 Jun-26-2020, 05:17 PM
Last Post: asdasdasd
  how do I successfully use PDO with my ODBC for MSSQL? cyberion1985 3 6,528 Jun-26-2018, 04:44 PM
Last Post: Maverick494

Forum Jump:

User Panel Messages

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