Python Questions - July 25, 2015

Adam Bartoš drekin at gmail.com
Sun Jul 26 09:08:32 EDT 2015


> How do you actually install Numpy in Windows?

In theory, `pip install numpy` should work, but there are currently no
wheels for Windows, see https://github.com/numpy/numpy/issues/5479. Try
`pip install -i https://pypi.binstar.org/carlkl/simple numpy` (see last
posts in the issue).

Adam Bartoš
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150726/876b71b9/attachment.html>


More information about the Python-list mailing list