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

ERROR [bioconvert:125] #329

Open
ysuzuki1978 opened this issue Mar 8, 2023 · 1 comment
Open

ERROR [bioconvert:125] #329

ysuzuki1978 opened this issue Mar 8, 2023 · 1 comment

Comments

@ysuzuki1978
Copy link

I tried to install and convert with conda and got the following error I would appreciate if you could tell me possible solutions.

ERROR [bioconvert:125]: cannot import name 'UndefinedSequenceError' from 'Bio.Seq' (/home/yakuri/miniconda3/lib/python3.9/site-packages/Bio/Seq.py)

@cokelaer
Copy link
Contributor

cokelaer commented Mar 9, 2023

@ysuzuki1978 thanks for reporting this issue. How did you install bioconvert ? was it with conda ? manda ?
Or just a 'pip install' method ?

Looks like an error with an external package (biopython). Yet, I isntall a fresh version of bioconvert as follows:

conda create --name bioconvert39 python=3.9
conda deactivate
conda activate bioconvert39
conda install mamba
mamba install bioconvert
bioconvert --help
bioconvert fastq2fasta test.fastq test.fasta

seems to work but maybe your error is related to a specific conversion ? If you can provide more information, you may be able to find the error. best

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