-
Notifications
You must be signed in to change notification settings - Fork 7
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
undefined symbol: hts_utell #12
Comments
hi, i had the same problem. please tell me how it was finally resolved. |
|
@RADIOMUMM |
move to BaseVarC github page (BaseVarC) git clone --recursive https://github.com/Zilong-Li/BaseVarC.git |
Hi @RADIOMUMM |
I've successfully installed basevar 0.8.0. Below are the versions of the related dependencies that I have installed:
export C_INCLUDE_PATH=/*/*/htslib_1.9/include:$C_INCLUDE_PATH cd basevar-0.8.0/ |
I use the commad ""/usr/bin/basevar" -h",but it dosnt work !
return me "undefined symbol: hts_utell"
whole waring:
Traceback (most recent call last):
File "/usr/bin/basevar", line 9, in
load_entry_point('basevar==0.8.0', 'console_scripts', 'basevar')()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "/usr/lib64/python2.7/site-packages/basevar/runner.py", line 13, in
from caller.executor import BaseTypeRunner
File "basevar/caller/executor.pyx", line 1, in init basevar.caller.executor
"""
File "basevar/io/fasta.pyx", line 8, in init basevar.io.fasta
from basevar.io.openfile import Open
File "basevar/io/openfile.pyx", line 11, in init basevar.io.openfile
from basevar.io.BGZF.bgzf import BGZFile
File "basevar/io/BGZF/bgzf.pyx", line 1, in init basevar.io.BGZF.bgzf
# cython: embedsignature=True
ImportError: /usr/lib64/python2.7/site-packages/basevar/io/htslibWrapper.so: undefined symbol: hts_utell
The text was updated successfully, but these errors were encountered: