Skip to content

MCscan - errors #413

Discussion options

You must be logged in to vote

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tanghaibao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants