Closed rsirres closed 10 months ago
Hi,
When using tritcask 0.3 using python 3.11 you will receive the following error:
tritcask.py", line 65, in <module> from collections import MutableMapping as DictMixin ImportError: cannot import name 'MutableMapping' from 'collections'
Best, Raphaël
can you try this one? https://github.com/verterok/tritcask/pull/9
fixed by ca488e41a20a412aa2ec577c12b20abc2be59376
Hi,
When using tritcask 0.3 using python 3.11 you will receive the following error:
Best, Raphaël