-
Notifications
You must be signed in to change notification settings - Fork 32
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
most likely due to a circular import #234
Comments
Same issue here |
You have to PIP install from source after installing the dependencies:
Indicates a problem with the precompiled wheel in PyPI. |
This didn't work for me; anyone got it working? I get the error for all package versions, different python versions, different environments, on bioconda it's not found... |
I also have the same problem with version 1.1.0. Based on the traceback, the culprit is this line: pairtools/pairtools/lib/dedup.py Line 9 in 8c41a26
|
But this advice
worked for me. |
Dear,
I systematically get the following error:
ImportError: cannot import name 'dedup_cython' from partially initialized module 'pairtools.lib' (most likely due to a circular import) (/shared/clssoft/apps/x86_64/pairtools/1.0.3/lib/python3.8/site-pack
could one advice, please
Best regards
Stephane
The text was updated successfully, but these errors were encountered: