-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi,
I got the following error in the first installation step:
pip install -r https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-NkKOIN/pyrfr/
The last information output before the error was:
Collecting pyrfr (from -r https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt (line 24))
Downloading pyrfr-0.2.0.tar.gz (340kB)
100% |████████████████████████████████| 348kB 3.3MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-NkKOIN/pyrfr/setup.py", line 5, in
from Cython.Build import cythonize
ImportError: No module named Cython.Build
This is on an AWS EC2 instance (recently created). I did not set up a virtual or anaconda environment.
$pip --version
pip 8.1.2 from /usr/local/lib/python2.7/site-packages (python 2.7)
$python -V
Python 2.7.10
$gcc --version
gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-9)
Please help.
Thanks
Colin Goldberg