question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dear 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:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
anacatalancommented, Sep 8, 2021

Hi Mette, Thanks for pointing that out. Now that I ran TOBIAS ATACorrect using the full peak regions and it worked out 😃 Cheers, Ana

0reactions
msbentsencommented, Sep 8, 2021

That’s great! I will close this issue then, but please reopen or make a new one if you encounter any other issues.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found