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: cannot import name 'demultiplex' from 'umi' #75

Open
qicheng-ma opened this issue Jul 3, 2024 · 0 comments
Open

ImportError: cannot import name 'demultiplex' from 'umi' #75

qicheng-ma opened this issue Jul 3, 2024 · 0 comments

Comments

@qicheng-ma
Copy link

Dear Admin,

After I install Guidseq from conda, when I run it, it says there is no "UMI" package, so I installed " umi " package and " demultiplex " package by:

$pip3 install umi
$pip3 install demultiplex

But when I run "python3 guideseq.py identify ", I get the error message:
... ...
guideseq.py:230: SyntaxWarning: "is" with a literal. Did you mean "=="?
if sample is 'control':
Traceback (most recent call last):

line 23, in
from umi import demultiplex, umitag, consolidate
ImportError: cannot import name 'demultiplex' from 'umi'

I appreciate your help!
Thanks!

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

1 participant