Closed 1191828365 closed 10 months ago
Hi @1191828365 this seems to be a problem not directly related to IDTxl. I did a quick google search and found this amongst other threads: https://github.com/NVlabs/instant-ngp/discussions/300 Maybe something in there helps?
I would close this issue as it does not seem to relate to a bug in IDTxl. Please re-open it if it turns out there is something wrong anyways.
Thanks, Patricia
Description
I encountered an error when running the code
plot_network(results=results, weights='max_te_lag', fdr=False)
in example Your first Information Network Inference with IDTxl .Expected Behavior
Get a network plot.
Actual Behavior
Got an error after I inputed
plot_network(results=results, weights='max_te_lag', fdr=False)
I set the export
QT_DEBUG_PLUGINS=1
then got a detailed description.Cannot load library /home/ss/miniconda3/envs/idtxl/plugins/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file or directory)
QLibraryPrivate::loadPlugin failed on "/home/ss/miniconda3/envs/idtxl/plugins/platforms/libqxcb.so: (libxcb-icccm.so.4: cannot open shared object file: No such file or directory)"
The documents in /home/ss/miniconda3/envs/idtxl/plugins/platforms are like:
Environment