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

when running consensus step, i got a Aborted (core dumped) for qt platform #26

Closed
liaoshengyou opened this issue Jan 26, 2022 · 1 comment

Comments

@liaoshengyou
Copy link

liaoshengyou commented Jan 26, 2022

error log:

This application failed to start because it could not find or load the Qt platform plugin "xcb"

Reinstalling the application may fix this problem.
Aborted (core dumped)

slove by:

conda install qt
conda install pyqt

and then edit the cnmf.py, in the header add follow line

os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = '/softs/conda/anaconda/plugins/platforms'
os.environ['FONTCONFIG_FILE'] = "/etc/fonts/fonts.conf"
os.environ['FONTCONFIG_PATH'] = "/etc/fonts/"

@dylkot
Copy link
Owner

dylkot commented Feb 28, 2022

Got it. I imagine this is a problem with conda not installing all of the proper dependencies. If this is a problem for other users I can look into adjusting the specifications. Thanks for posting this with the solution!

@dylkot dylkot closed this as completed Feb 28, 2022
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