cstoeckert / iterativeWGCNA

Extension of the WGCNA program to improve the eigengene similarity of modules and increase the overall number of genes in modules.
GNU General Public License v2.0
61 stars 17 forks source link

libopenblas.so.0: cannot open shared object file #20

Closed tiramisutes closed 6 years ago

tiramisutes commented 6 years ago

I get follows error when running python run_iterative_wgcna.py -h on the CentOS Linux platform:

ImportError: libopenblas.so.0: cannot open shared object file: No such file or directory

How to solve this question? Thanks.

fossilfriend commented 6 years ago

iterativeWGCNA is written in Python but has dependencies on R and the rpy2 Python-R interface that both rely on C libraries. I'd be happy to try and help you work through this issue but will need a more complete stack trace so we can see what/who is dependent in on that library.