Howard Karloff
2015-08-20 21:48:20 UTC
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.
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.
------------------------------------------------------------------------------
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 scipyUsing 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.
------------------------------------------------------------------------------