Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NumPy on Python 3.3 on Windows 8

I am trying to get NumPy to work on my new Windows 8 installation, with Python 3.3 installed. When I try (both) installers from here, they crash when I click 'Install'.

Has anyone had success with the same setup?


EDIT: Error image: enter image description here

like image 527
Hidde Avatar asked Nov 05 '12 10:11

Hidde


People also ask

Is NumPy compatible with Python 3?

According to the metadata shown on PyPI, the last released version of NumPy to support Python 3.7 is 1.21 (e.g. pypi.org/project/numpy/1.21.6). Yes but nonetheless you get the "No module named 'numpy. core.

Do you have to pip install NumPy?

The only thing that you need for installing Numpy on Windows are: Python. PIP or Conda (depending upon user preference)

Does Python 2.7 support NumPy?

Support for Python 3.4 been dropped, the supported Python versions are 2.7 and 3.5-3.7.


1 Answers

It seems, from the capture, that your trying to instal version:

numpy-unoptimized-1.6.2.win32-py3.3.‌exe

However, I just checked the site this morning, and the latest available version is:

numpy-unoptimized-1.6.2.win32-py3.2.‌exe

Have you tried the installer again lately (using the latest build)?

like image 139
nicolas.leblanc Avatar answered Sep 28 '22 01:09

nicolas.leblanc