Open fenugrec opened 2 years ago
Possible fix (I don't actually know what I'm doing) : two lines to change,
from collections.abc import MutableMapping
.....
class SymbolTable(MutableMapping):
Sorry for the late answer; I have been locked out from github, and had to create a new account. The fix should be in https://github.com/tpircher/pycrc
Looks like collections.MutableMapping was deprecated at some point ?