On Tue, Apr 19, 2016 at 12:05 PM, Oscar Benjamin
<oscar.j.benja...@gmail.com> wrote:
> On 19 Apr 2016 17:01, <liran.maym...@gmail.com> wrote:
>>
>> i'm trying to use:
>> "py -m pip install scipy"
>> and after couple of lines a get an error saying:
>
> I thought that binary wheels for scipy would be available on pypi for each
> OS now. Try updating pip and then using it to install scipy.

PyPI only has Windows wheels for NumPy, not SciPy. You can use
Christoph Gohlke's unofficial packages:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to