-
Notifications
You must be signed in to change notification settings - Fork 4
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
Trouble importing modules #5
Comments
Hi Clarence, please try installing (or updating) the |
I found the relevant issue that caused your problem here: (SEPP also uses Dendropy and Dendropy 4.6.0 moved the function to be private). Thus, downgrading your Dendropy to v4.4.0-4.5.3 should be a workaround for the issue. Thanks for bringing this up, and I want to change my code so that it does not depend on Dendropy (I want to switch to TreeSwift in the future update. |
As of now, I will change the |
Fantastic! Thank you so much for your feedback. |
Glad I helped. I will close the issue now. |
Greetings,
I have been trying to run WITCH, but have been receiving the following messages:
Traceback (most recent call last):
File "/WITCH/witch.py", line 8, in
from gcmm.gcmm import mainAlignmentProcess
File "/WITCH/gcmm/gcmm.py", line 9, in
from gcmm.algorithm import DecompositionAlgorithm, SearchAlgorithm
File "/WITCH/gcmm/algorithm.py", line 9, in
from helpers.alignment_tools import Alignment, MutableAlignment
File "/WITCH/helpers/alignment_tools.py", line 8, in
from dendropy.datamodel.taxonmodel import Taxon
ModuleNotFoundError: No module named 'dendropy'
When looking into each directory and specific file, the cited lines are simply module import lines and I wanted to know if there were any specific changes that could resolve these.
-Clarence
The text was updated successfully, but these errors were encountered: