Skip to content
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

Get error module 'collections' has no attribute 'Iterable' on Python 3.10 #68

Open
sinewalker opened this issue Mar 18, 2023 · 0 comments · May be fixed by #67
Open

Get error module 'collections' has no attribute 'Iterable' on Python 3.10 #68

sinewalker opened this issue Mar 18, 2023 · 0 comments · May be fixed by #67

Comments

@sinewalker
Copy link

When calling to minecraft.postToChat() the interpreter complains that there is no Iterable attribute of the collections class.

The stack trace points to tests in util.py and vec3.py from the mcpi library.

This appears to be because of changes in the Python library at Python 3.3

https://docs.python.org/3/library/collections.abc.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant