verterok / tritcask

Yet another python, bitcask inspired, fast, log based key/value store
GNU General Public License v3.0
18 stars 8 forks source link

Python 3.11 - No module named 'UserDict' #8

Closed rsirres closed 10 months ago

rsirres commented 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

luciotorre commented 10 months ago

can you try this one? https://github.com/verterok/tritcask/pull/9

verterok commented 10 months ago

fixed by ca488e41a20a412aa2ec577c12b20abc2be59376