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

ImportError #26

Open
DorothyTamYiLing opened this issue Dec 1, 2023 · 2 comments
Open

ImportError #26

DorothyTamYiLing opened this issue Dec 1, 2023 · 2 comments

Comments

@DorothyTamYiLing
Copy link

DorothyTamYiLing commented Dec 1, 2023

Hi,

I have an error after installing using the following command:
conda create --name unitig-caller unitig-caller

(unitig-caller) tyl205@nimbus-1-login-1 /campaign/AB-BB0112-002 $ unitig-caller -h
Traceback (most recent call last):
File "/shared/home/tyl205/miniconda3/envs/unitig-caller/bin/unitig-caller", line 7, in
from unitig_caller.main import main
File "/shared/home/tyl205/miniconda3/envs/unitig-caller/lib/python3.10/site-packages/unitig_caller/main.py", line 11, in
import unitig_query
ImportError: /shared/home/tyl205/miniconda3/envs/unitig-caller/lib/python3.10/site-packages/unitig_query.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN18BlockedBloomFilter15ReadBloomFilterEP8_IO_FILE

It is similar error to issue 20 (it is now closed), however it is not very clear to me in the comments what I should do to solve the issue. How do I pin the Bifrost version during installation?

Thanks,
Dorothy

@samhorsfield96
Copy link
Collaborator

Hi Dorothy, which version of Bifrost is installed in the unitig-caller conda environment?

@samhorsfield96
Copy link
Collaborator

Hi Dorothy, I believe issue #28 describes a similar problem. There is a new build of unitig-caller that should be available on bioconda soon. Please give this a try and let us know if the issue persists.

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