You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 install
if you get any /usr/bin/ld cannot find -labc check your llibs under usr/lib
if you cannot them as libabc.so install them by your linux system package manager e.g. apt-get
you need to check if you have the distribute, py and sklearn packages. otherwise use pip to install them.
Numpy 1.9 is not working. 1.8 is fine. numpy 1.7 got some issue with pandas, I lost the log. Anyway, 1.8 seems fine.
pyreadline 2.1 is not working, try pip uninstall pyreadline then pip install pyreadline==2.0
Now I see the GUI, hope these helps :)
The text was updated successfully, but these errors were encountered:
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 as
libabc.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 :)
The text was updated successfully, but these errors were encountered: