Skip to content Skip to sidebar Skip to footer

Missing Dependencies Installing Numpy 1.9 For Python 3.4.1 32-bit On Windows 7

I cannot seem to get NumPy 1.9.0 with Python 3.4.1 32-bit on a Windows 7 AMD 64-bit machine. I download the package, unzip it, and run: python setup.py install Here are the messag

Solution 1:

If you want to try and build NumPy on a Windows machine, good for you. However, if you want to use NumPy on a Windows machine, head over to Christoph Gohlke's Python Extension Packages for Windows repository. He has MKL-linked versions of NumPy for 32- and 64-bit Intel/AMD processors, as well as a ton of other related modules, mainly for scientific and numeric computing. You can find numpy here. Download the 32-bit .exe for your version of Python, run the installer, and you're all set.


Post a Comment for "Missing Dependencies Installing Numpy 1.9 For Python 3.4.1 32-bit On Windows 7"