nanoporetech / medaka

Sequence correction provided by ONT Research
https://nanoporetech.com
Other
391 stars 73 forks source link

conda install version error #426

Closed junkim83 closed 10 months ago

junkim83 commented 1 year ago

Dear All,

I've installed medaka (1.7.2) using anaconda but I got problem to execute medaka. When I typed medaka -h it gave me an error message below.

Traceback (most recent call last): File "/usr/anaconda3/envs/nanopore_assemble/bin/medaka", line 7, in from medaka.medaka import main ModuleNotFoundError: No module named 'medaka'

How can I solve this?

lidi4 commented 1 year ago

does medaka --version give you the same output?

cjw85 commented 10 months ago

This seems like a problem with your conda setup and environment, not an issue with medaka per se.