Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with python 3.10 [Fedora 35] #102

Open
samuraee opened this issue Dec 25, 2021 · 0 comments
Open

Problem with python 3.10 [Fedora 35] #102

samuraee opened this issue Dec 25, 2021 · 0 comments

Comments

@samuraee
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant