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

Eyy We needa fix sometthin .. Fr #346

Open
merwin-asm opened this issue Mar 16, 2023 · 1 comment
Open

Eyy We needa fix sometthin .. Fr #346

merwin-asm opened this issue Mar 16, 2023 · 1 comment

Comments

@merwin-asm
Copy link

Error :
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/init.py)

Why this happens :
Because I am using Python 10 : )

How to solve it :
Idk solve ;-;
Or make em to install python3.8 or somethin... And run it as seperate.. using python3.8 main.py

@trygveaa
Copy link
Contributor

Should have been handled here:

if sys.version_info.major == 3 and sys.version_info.minor >= 3:
from collections.abc import Iterable, Mapping
else:
from collections import Iterable, Mapping

But maybe it's coming from somewhere else. You need to post the full stack trace so we can see where the error occurred.

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

2 participants