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

getting collections has no attribute Iterable #110

Open
luigipacheco opened this issue Jun 30, 2022 · 1 comment
Open

getting collections has no attribute Iterable #110

luigipacheco opened this issue Jun 30, 2022 · 1 comment

Comments

@luigipacheco
Copy link

I guess this might need to be updated : the collections module has deprecated (and now removed) the "Iterable" class, the correct way of importing it in python3 is using the "collections.abc" module.

AttributeError: module 'collections' has no attribute 'Iterable'

@luigipacheco
Copy link
Author

works after importing the collections.abc in the math3D library and changing the lines related to that

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

No branches or pull requests

1 participant