-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi!
I just spend almost 2 h to finish the installation under linux...
Here are some notes for Linux users who want to make manual installations:
-
!!!IMPORTANT!!! You should use
virtualenv
before you start! -
when using
pip install -r http://emzed.ethz.ch/downloads/requirements.txt
to installif you get any
/usr/bin/ld cannot find -labc
check your llibs underusr/lib
if you cannot them aslibabc.so
install them by your linux system package manager e.g.apt-get
-
you need to check if you have the
distribute
,py
andsklearn
packages. otherwise usepip
to install them. -
Numpy 1.9 is not working. 1.8 is fine.
numpy 1.7
got some issue withpandas
, I lost the log. Anyway, 1.8 seems fine. -
pyreadline 2.1 is not working, try
pip uninstall pyreadline
thenpip install pyreadline==2.0
Now I see the GUI, hope these helps :)