Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #107361
| From | Andrew Farrell <amfarrell@mit.edu> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Failed install scipy lib |
| Date | 2016-04-19 14:10 -0500 |
| Message-ID | <mailman.38.1461093394.30862.python-list@python.org> (permalink) |
| References | <08215756-d9f5-4dba-b710-ab8626ebfe27@googlegroups.com> <CAHVvXxTUtsjXx+RGtr6KuJTfbWo6idXCHq+SsPCeOz4SqccHyw@mail.gmail.com> <mailman.27.1461085552.30862.python-list@python.org> <188eba37-bf96-4d58-923f-96717d51325b@googlegroups.com> <CA+y5TLZpDBs0-tCq+s42r9Mo1_SrR_3_1+0JxLdGEiJj=g-7oA@mail.gmail.com> |
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.maymoni@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.maymoni@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 >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Failed install scipy lib liran.maymoni@gmail.com - 2016-04-19 08:51 -0700
Re: Failed install scipy lib liran.maymoni@gmail.com - 2016-04-19 08:55 -0700
Re: Failed install scipy lib Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-04-19 18:05 +0100
Re: Failed install scipy lib liran.maymoni@gmail.com - 2016-04-19 11:18 -0700
Re: Failed install scipy lib Andrew Farrell <amfarrell@mit.edu> - 2016-04-19 14:10 -0500
Re: Failed install scipy lib eryk sun <eryksun@gmail.com> - 2016-04-19 13:20 -0500
Re: Failed install scipy lib liran.maymoni@gmail.com - 2016-04-20 04:08 -0700
Re: Failed install scipy lib liran.maymoni@gmail.com - 2016-04-20 04:30 -0700
Re: Failed install scipy lib Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-04-20 14:04 +0100
Re: Failed install scipy lib Gonzalo V <gvm2121@gmail.com> - 2016-04-20 12:03 -0300
Re: Failed install scipy lib eryk sun <eryksun@gmail.com> - 2016-04-20 21:05 -0500
csiph-web