-
Notifications
You must be signed in to change notification settings - Fork 26
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
problem with pasta #64
Comments
I came across a similar issue, being the following python error (using Python 3.10):
This is due to an update in Dendropy (a dependency of PASTA) from v4.5.1 to v4.6.0. Installing specifically Dendropy v4.5.1 (eg. |
Actually version 4.5.2 works as well as this comment says: smirarab/sepp#126 (comment) I'll create a pull request to set this version as a dependency and a new issue to adapt pasta code for the newest version of dendropy. |
hi there,
I installed pasta in a linux system following the instruction, it seems successful. but when I try run_pasta.py and some problems occcured showed: ImportError: cannot import name convert node to root polytomy. How do deal with it?
Many thanks!
The text was updated successfully, but these errors were encountered: