MCscan - errors #413
-
I am trying to run MCscan, but I got the following errors when I tried to download the data from phytozome: [12:19:21] ERROR File any idea why I got these errors? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The problem was LaTeX |
Beta Was this translation helpful? Give feedback.
-
File "/Users/paulo/.local/lib/python3.9/site-packages/jcvi/apps/biomart.py", line 69, in init I solved it by replacing element.getchildren with list(element). And the latex problem was solved by removing texlive-core installed from conda and installing texlive using apt-get. |
Beta Was this translation helpful? Give feedback.
File "/Users/paulo/.local/lib/python3.9/site-packages/jcvi/apps/biomart.py", line 69, in init
for child in element.getchildren():
AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren'
I solved it by replacing element.getchildren with list(element).
And the latex problem was solved by removing texlive-core installed from conda and installing texlive using apt-get.