ImportError
See original GitHub issueDear Tobias developers,
I would like to use TOBIAs to analyse my ATAC-seq data but I’m getting this error:
Traceback (most recent call last):
File "/dss/dsshome1/lxc07/lu32gib/miniconda3/bin/TOBIAS", line 5, in <module>
from tobias.TOBIAS import main
File "/dss/dsshome1/lxc07/lu32gib/miniconda3/lib/python3.7/site-packages/tobias/TOBIAS.py", line 31, in <module>
from tobias.parsers import *
File "/dss/dsshome1/lxc07/lu32gib/miniconda3/lib/python3.7/site-packages/tobias/parsers.py", line 12, in <module>
from tobias.utils.utilities import format_help_description, restricted_float, add_underscore_options
File "/dss/dsshome1/lxc07/lu32gib/miniconda3/lib/python3.7/site-packages/tobias/utils/utilities.py", line 26, in <module>
import pyBigWig
ImportError: /dss/dsshome1/lxc07/lu32gib/miniconda3/lib/python3.7/site-packages/pyBigWig.cpython-37m-x86_64-linux-gnu.so: undefined symbol: __intel_sse2_strchr
Do you know how can I solve this?
Thanks,
Ana
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to Fix ImportError: Cannot Import Name in Python - Rollbar
The Python ImportError: cannot import name error occurs when an imported class is not accessible or is in a circular dependency.
Read more >Understanding the Functions of ImportError in Python - eduCBA
In Python, ImportError occurs when the Python program tries to import module which does not exist in the private table. This exception can...
Read more >Built-in Exceptions — Python 3.11.1 documentation
A subclass of ImportError which is raised by import when a module could not be located. It is also raised when None is...
Read more >Python Exception Handling: ImportError and ... - Airbrake Blog
The ImportError is raised when an import statement has trouble successfully importing the specified module. Typically, such a problem is due to ...
Read more >How to catch ImportError Exception in Python? - Tutorialspoint
ImportError is raised when a module, or member of a module, cannot be imported. There are a two conditions where an ImportError might...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Mette, Thanks for pointing that out. Now that I ran
TOBIAS ATACorrect
using the full peak regions and it worked out 😃 Cheers, AnaThat’s great! I will close this issue then, but please reopen or make a new one if you encounter any other issues.