-
Notifications
You must be signed in to change notification settings - Fork 488
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
QT segfault on redhat with anaconda #183
Comments
Hi @matthieu637! Yes, you are right, roboschool wheels are not, unfortunately, truly manylinux-compatible; so you'll need to install from source. As you specified that you tried installing from source with locally-unpacked qt libraries, I would check that the file |
@pzhokhov Thank you for trying to help. Indeed, I checked that the linked library were the right one.
If I isolate the sanity_checks() function in an independent c++ file: there is no error with the exact same qt libraries.
|
Hello,
I'm getting a segfault on
import roboschool
because of a QT problem.I tried 3 scenarios :
In all scenarios, I end up with the same segfault (from different libQt5Core.so).
Do you have any hint how to fix my QT installation (it's a headless computer) ? or to debug it ?
I tried to played with QT_PLUGIN_PATH as mention in sanity_checks, but it didn't change anything.
I should mention that it is a Red Hat 6.5 (yum-3.2) cluster where qt5 is not installed but some qt3 packages are.
I tried in a similar CentOS 7.3 (yum-3.4) cluster where there isn't any qt package installed and the first scenario worked.
The text was updated successfully, but these errors were encountered: