-
Notifications
You must be signed in to change notification settings - Fork 46
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
NameError: name 'etree' is not defined #76
Comments
This was fixed recently in the marLo github repository so you could re-install from that. Please see: (Changing etree to ElementTree) |
@andrekramer I tried this before, but it also caused an another problem that
|
I submitted a pull request to fix this problem (see PR#77). |
Has anything happened on this front? I am also getting this error when using "etree" although I did import the libraries. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After installation, I test Single Agent Example. It works.
But when I test Multi Agent Example, an error shows
I am sure that two port 10000 and 10001 is open and running Minecraft.
I thought it may need import xml.etree, so I add
import xml.etree as etree
. And it didn't work.AttributeError: module 'xml.etree' has no attribute 'Element'
So, how to solve this
VideoProducer
problem?The text was updated successfully, but these errors were encountered: