harvimt / quamash

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop
BSD 2-Clause "Simplified" License
265 stars 47 forks source link

AttributeError: module 'collections' has no attribute 'Mapping' #125

Closed jose1711 closed 2 years ago

jose1711 commented 2 years ago
python setup.py build
Traceback (most recent call last):
  File "/home/jose/tmp/python-quamash-git/src/quamash/setup.py", line 2, in <module>
    import quamash
  File "/home/jose/tmp/python-quamash-git/src/quamash/quamash/__init__.py", line 594, in <module>
    from ._unix import _SelectorEventLoop
  File "/home/jose/tmp/python-quamash-git/src/quamash/quamash/_unix.py", line 44, in <module>
    class _SelectorMapping(collections.Mapping):
AttributeError: module 'collections' has no attribute 'Mapping'
$ python --version
Python 3.10.1
harvimt commented 2 years ago

3.10 isn't supported. See README.

PRs accepted.