Hi, Howard, I have no experience with Windows in particular, but installing libraries from the Sci-stack (SciPy, NumPy) is usually a little bit of a hassle on every platform. I can only highly recommend you looking at Anaconda, a Python distribution for scientific computing — it’s free. 99% of the people who are doing any kind of research with Python are using it since it is very convenient to install those packages; also it is create for managing multiple virtual environments (http://docs.continuum.io/anaconda/install <http://docs.continuum.io/anaconda/install>)
Best, Sebastian > On Aug 20, 2015, at 5:48 PM, Howard Karloff <hjkarl...@gmail.com> wrote: > > Hi. I am attempting to install scikit-learn on my Windows 7 laptop on > which I'm running Cygwin. I want to be able to > use scikit-learn from within a Cygwin window. I have Python 3.4 and > numpy installed. However, I am having trouble installing scipy and > this obviously may be related. > >> pip install scipy > Collecting scipy > Using cached scipy-0.16.0.tar.gz > Installing collected packages: scipy > Running setup.py install for scipy > Operation cancelled by user > > whereas I didn't cancel the operation at all. > > > Here's the error message I get when I try to install scikit-learn. > (God, sometimes I hate cygwin!) > > /usr/bin/python3 -c "import setuptools, > tokenize;__file__='/tmp/pip-bui > > ld-dn16j_ad/scikit-learn/setup.py';exec(compile(getattr(tokenize, > 'open', open)( > __file__).read().replace('\r\n', '\n'), __file__, > 'exec'))" install --record /tmp/pip-xkjxfnbf-record/install-record.txt > --single-version-externally-managed --compile" failed with error code > 1 in /tmp/pip-build-dn16j_ad/scikit-learn > > Any suggestions? Thank you for your help. > > ------------------------------------------------------------------------------ > _______________________________________________ > Scikit-learn-general mailing list > Scikit-learn-general@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
------------------------------------------------------------------------------
_______________________________________________ Scikit-learn-general mailing list Scikit-learn-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scikit-learn-general