-
Notifications
You must be signed in to change notification settings - Fork 5
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
AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getchildren' #104
Comments
Looks like we left a deprecated function in there |
Looks like I patched this problem a couple of years ago: Can you update |
Thank you for the response! I tried to reinstall again, but got the older version again. When I cloned from my browser instead of a terminal and installed from that repository I got the most recent version. And now it works! |
Glad you were able to resolve the problem. Strange that pulling from the repository in your terminal did not retrieve the latest version. |
Hi there @ArtPoon!
This after installing the proper version (or so I think?) through pip: I see that the latest one on git is 0.4, but the most recent in pip is 0.2.1. Is the pip-version out of date, then? Thanks in advance for any help! |
Sounds like the pip version is way out of date, we are at 0.4. Can you do an install directly from the GitHub repo? In the meantime I will look into updating the pip version. |
Thanks for your quick reply, and it would be great if the pip-version is updated! Installing through the repo: would this have to be done in this way, where it installs to |
Why not run
|
@WilliamZekaiWang can you please look into integrating pip updating into GitHub workflow? |
Hi!

I am trying to run sierra-local, but I get an error when I try to run with the example given I get an error message:
The installation completed with no errors and I am able to see options for running the program.
I am running this with Python 3.10.9 on Ubuntu 20.04.06 LTS. I looked at a closed issue with a similar error, but there are differences, so it seems the error I encount is different from the one that is closed.
Not sure if it is just me doing something wrong or have misunderstood some directions.
Thanks!
Best regards,
Marc
The text was updated successfully, but these errors were encountered: