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

setup issues on Red Hat Enterprise Linux 6 #43

Closed
emacs18 opened this issue Sep 9, 2018 · 1 comment
Closed

setup issues on Red Hat Enterprise Linux 6 #43

emacs18 opened this issue Sep 9, 2018 · 1 comment

Comments

@emacs18
Copy link

emacs18 commented Sep 9, 2018

At least python 3.5 is needed. Python 3.4 failed to install pyqt5. So I
had to create virtual environment for python 3.5 on my anaconda
installation.

On RH 6, dbus-daemon is not launched by default. So I had to add the
following bash starupt script:

if [ -z $DBUS_SESSION_BUS_ADDRESS ]; then
    eval `dbus-launch`
    export DBUS_SESSION_BUS_ADDRESS
fi

On RH 6, libc.so version is 2.12, but at least 2.14 is needed.
For now I use RH 7 as a work around.

I thought I would share this information in case you want to update your setup instruction.

@emacs18 emacs18 changed the title setup issues on Red Hat Enterprise Edition 6 setup issues on Red Hat Enterprise Linux 6 Sep 9, 2018
@manateelazycat
Copy link
Member

RedHat's library is too old for launch DBus and Qt

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