poljar / weechat-matrix

Weechat Matrix protocol script written in python
Other
954 stars 119 forks source link

Eyy We needa fix sometthin .. Fr #346

Open merwin-asm opened 1 year ago

merwin-asm commented 1 year ago

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 commented 1 year ago

Should have been handled here: https://github.com/poljar/weechat-matrix/blob/989708d1fa8fcee6d5bbb4c19a7d66f14d84fd5b/matrix/utf.py#L33-L36

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