MAC启动GoAgent,出现Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.
解决方法:为Python安装pycrypto,可通过Python包管理器PIP安装。
Download get-pip.py (https://bootstrap.pypa.io/get-pip.py)
sudo python get-pip.py
pip install pycrypto
Done!
MAC启动GoAgent,出现Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.
解决方法:为Python安装pycrypto,可通过Python包管理器PIP安装。
Download get-pip.py (https://bootstrap.pypa.io/get-pip.py)
sudo python get-pip.py
pip install pycrypto
Done!