Failed install scipy lib

eryk sun eryksun at gmail.com
Tue Apr 19 14:20:31 EDT 2016


On Tue, Apr 19, 2016 at 12:05 PM, Oscar Benjamin
<oscar.j.benjamin at gmail.com> wrote:
> On 19 Apr 2016 17:01, <liran.maymoni at 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



More information about the Python-list mailing list