You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/bin/pycrc", line 26, in <module>
from pycrc.main import main
File "/usr/lib/python3.10/site-packages/pycrc/main.py", line 46, in <module>
import pycrc.codegen as cg
File "/usr/lib/python3.10/site-packages/pycrc/codegen.py", line 37, in <module>
import pycrc.symtable
File "/usr/lib/python3.10/site-packages/pycrc/symtable.py", line 49, in <module>
class SymbolTable(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
Looks like collections.MutableMapping was deprecated at some point ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: