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
I get this error after upgrading Python 3.9 to 3.10:
Traceback (most recent call last):
File "/opt/shadowsocksr/shadowsocks/local.py", line 31, in <module>
from shadowsocks import shell, daemon, eventloop, tcprelay, udprelay, asyncdns
File "/opt/shadowsocksr/shadowsocks/../shadowsocks/shell.py", line 26, in <module>
from shadowsocks.common import to_bytes, to_str, IPNetwork, PortRange
File "/opt/shadowsocksr/shadowsocks/../shadowsocks/common.py", line 27, in <module>
from shadowsocks import lru_cache
File "/opt/shadowsocksr/shadowsocks/../shadowsocks/lru_cache.py", line 44, in <module>
class LRUCache(collections.MutableMapping):
AttributeError: module 'collections' has no attribute 'MutableMapping'
The text was updated successfully, but these errors were encountered:
I get this error after upgrading Python 3.9 to 3.10:
The text was updated successfully, but these errors were encountered: