YangLab / CIRCexplorer2

circular RNA analysis toolset
http://circexplorer2.readthedocs.org/
Other
76 stars 42 forks source link

ImportError: libbz2.so.1.0: cannot open shared object file: No such file or directory #12

Closed maojn closed 7 years ago

maojn commented 7 years ago

Hi,

Thank you for the new release. I am installing it on our system. While testing ./fetch_ucsc.py, I ran into the following error:

Traceback (most recent call last): File "./fetch_ucsc.py", line 4, in import circ2.fetch_ucsc File "/usr/local/Anaconda/envs_app/circexplorer/2.3.0/lib/python2.7/site-packages/CIRCexplorer2-2.3.0-py2.7.egg/circ2/fetch_ucsc.py", line 14, in "/usr/local/Anaconda/envs_app/circexplorer/2.3.0/lib/python2.7/site-packages/pysam/init.py", line 5, in from pysam.libchtslib import * ImportError: libbz2.so.1.0: cannot open shared object file: No such file or directory

Since we do have libbz2.so.1 (instead of libbz2.so.1.0), can I modify it? If so, which file(s) should I modify? Thank you.