Skip to content

Numpy and pyreadline latest versions not working #15

@ZhixuNi

Description

@ZhixuNi

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions