Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numpy and pyreadline latest versions not working #15

Open
ZhixuNi opened this issue Aug 11, 2015 · 2 comments
Open

Numpy and pyreadline latest versions not working #15

ZhixuNi opened this issue Aug 11, 2015 · 2 comments

Comments

@ZhixuNi
Copy link

ZhixuNi commented Aug 11, 2015

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:

  1. !!!IMPORTANT!!! You should use virtualenv before you start!

  2. 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

  3. you need to check if you have the distribute, py and sklearn packages. otherwise use pip to install them.

  4. 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.

  5. pyreadline 2.1 is not working, try pip uninstall pyreadline then pip install pyreadline==2.0

Now I see the GUI, hope these helps :)

@uweschmitt
Copy link
Owner

Thanks for the advice. What Linux are you using ?

@ZhixuNi
Copy link
Author

ZhixuNi commented Aug 11, 2015

@uweschmitt I am using Linux Mint 17.2 (based on ubuntu 14.04) 64 bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants