ERROR method chacha20-ietf-poly1305 not supported 解决
大部分文章都说按以下命令就能解决这个问题
1 2 3
yum install libsodium -y
然而这样真没什么用,正确的解决办法是重新安装shadowsocks来解决这个问题
1 2 3 4 5 6 7 8 9 10 11 12
pip install https://github.com/shadowsocks/shadowsocks/archive/master.zip -U Collecting https://github.com/shadowsocks/shadowsocks/archive/master.zip Downloading https://github.com/shadowsocks/shadowsocks/archive/master.zip (115kB) 100% |████████████████████████████████| 122kB 871kB/s Installing collected packages: shadowsocks Found existing installation: shadowsocks 2.8.2 Uninstalling shadowsocks-2.8.2: Successfully uninstalled shadowsocks-2.8.2 Running setup.py install for shadowsocks ... done Successfully installed shadowsocks-3.0.0 You are using pip version 8.1.2, however version 19.1.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command.