Hi Liran, If your goal is simply to install SciPy on windows and not have to worry about python packaging, your best bet is to go ahead and install Anaconda <https://docs.continuum.io/anaconda/install#anaconda-for-windows-install>, which comes with SciPy and a bunch of other libraries for scientific computing.
If you don't want all the other libraries and only want scipy, you can also install miniconda <http://conda.pydata.org/docs/install/quick.html#windows-miniconda-install> and then run conda install scipy You can also create an isolated environment with conda create --name scipy35 python=3.5 scipy activate scipy35 All the best, Andrew On Tue, Apr 19, 2016 at 1:18 PM, <liran.maym...@gmail.com> wrote: > On Tuesday, April 19, 2016 at 8:06:06 PM UTC+3, Oscar Benjamin wrote: > > On 19 Apr 2016 17:01, <liran.maym...@gmail.com> wrote: > > > > > > Hello, > > > 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. > > > > I'm not on Windows to check myself though I'm afraid. > > > > -- > > Oscar > > I tried. > updated pip but still having the same problem > -- > https://mail.python.org/mailman/listinfo/python-list > -- https://mail.python.org/mailman/listinfo/python-list