> 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š
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to