yyoshiaki / VIRTUS2

A bioinformatics pipeline for viral transcriptome detection and quantification considering splicing.
Other
16 stars 6 forks source link

No module named 'seaborn.external.six' #5

Closed km-2021 closed 2 years ago

km-2021 commented 2 years ago

Hi,

When I run wrapper.py, I get an error ''ModuleNotFoundError: No module named 'seaborn.external.six'. How to fix it?

yyoshiaki commented 2 years ago

Hi, which version of seaborn are you using?

km-2021 commented 2 years ago

Thank you for your reply,

Seaborn version is 0.11.2.

yyoshiaki commented 2 years ago

Thank you, could you please try to downgrade seaborn? Actually, we have noticed that seaborn version >=0.12 will cause this error (https://github.com/mwaskom/seaborn/commit/f76e5abbeb747c00c18df321a7211b754c016d8a ), but 0.11.2 in our environments are working well.

km-2021 commented 2 years ago

Thank you for your reply,

Wrapper.py worked well with seaborn v.0.10.0.

yyoshiaki commented 2 years ago

Thank you!

yyoshiaki commented 2 years ago

We fixed this bug in v2.0.1 and released it now. https://github.com/yyoshiaki/VIRTUS2/releases/tag/v2.0.1