Failed install scipy lib

liran.maymoni at gmail.com liran.maymoni at gmail.com
Wed Apr 20 07:08:56 EDT 2016


On Tuesday, April 19, 2016 at 9:21:42 PM UTC+3, eryk sun wrote:
> 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

Tried to install thouse packages and i'm getting the error:

scipy-0.17.0-cp35-none-win_amd64.whl is not a supported wheel on this platform.

i've also tried it with the versions:
scipy-0.17.0-cp27-none-win_amd64.whl is not a supported wheel on this platform.

scipy-0.17.0-cp34-none-win_amd64.whl is not a supported wheel on this platform.


I'm using win 10 x64. And python 3.5



More information about the Python-list mailing list