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

pip install clipper --user #92

Open
jalalsiddiqui opened this issue Jan 20, 2021 · 2 comments
Open

pip install clipper --user #92

jalalsiddiqui opened this issue Jan 20, 2021 · 2 comments

Comments

@jalalsiddiqui
Copy link

I installed clipper via pip install clipper however when I try to run it I get the following errors:

bash-4.2$ clipper
Traceback (most recent call last):
File "/users/PAS1143/osu8165/.local/bin/clipper", line 5, in
from clipper.src.peakfinder import call_main
File "/users/PAS1143/osu8165/.local/lib/python2.7/site-packages/clipper/src/peakfinder.py", line 16, in
import pybedtools
File "/users/PAS1143/osu8165/python_lib/lib/python3.5/site-packages/pybedtools-0.8.1-py3.5-linux-x86_64.egg/pybedtools/init.py", line 10, in
from .cbedtools import (
File "/users/PAS1143/osu8165/python_lib/lib/python3.5/site-packages/pybedtools-0.8.1-py3.5-linux-x86_64.egg/pybedtools/cbedtools.py", line 7, in
bootstrap()
File "/users/PAS1143/osu8165/python_lib/lib/python3.5/site-packages/pybedtools-0.8.1-py3.5-linux-x86_64.egg/pybedtools/cbedtools.py", line 6, in bootstrap
imp.load_dynamic(name,file)
ImportError: /users/PAS1143/osu8165/python_lib/lib/python3.5/site-packages/pybedtools-0.8.1-py3.5-linux-x86_64.egg/pybedtools/cbedtools.cpython-35m-x86_64-linux-gn
u.so: undefined symbol: _ZTINSt8ios_base7failureB5cxx11E

@algaebrown
Copy link
Contributor

Hi Jalal,
Sorry for the late reply
it seems to be a problem in versions of pybedtools.

daler/pybedtools#302

can you recall how you solved the problem.

Thanks

@jalalsiddiqui
Copy link
Author

I will check over my notes and get back to you

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