We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Should have been handled here:
weechat-matrix/matrix/utf.py
Lines 33 to 36 in 989708d
But maybe it's coming from somewhere else. You need to post the full stack trace so we can see where the error occurred.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: