biocore / gneiss

compositional data analysis toolbox
https://biocore.github.io/gneiss/
BSD 3-Clause "New" or "Revised" License
55 stars 28 forks source link

ImportError: cannot import name 'balanceplot' #296

Closed Learnerhua closed 2 years ago

Learnerhua commented 2 years ago

Hello, I meet the "ImportError: cannot import name 'balanceplot' from 'gneiss.balances'"question when I run the commad from the tutorial https://github.com/biocore/gneiss/blob/master/ipynb/balance_trees.ipynb ,and I checked the balance.py file without finding the module called balanceplot, So what should I do to run the command successfully? THANKS

mortonjt commented 2 years ago

Hi, thank you for your interest. We have dropped support for ete3 in favor of empress. But the ete3 visualizations can be accessed in the beta release

https://github.com/biocore/gneiss/tree/v0.4.0

Learnerhua commented 2 years ago

Problem solved. Thank you very much !