[MAC] Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.

时间:2014-07-19 08:39:57   收藏:0   阅读:471

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] Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.,布布扣,bubuko.com

原文:http://www.cnblogs.com/oneisyou/p/3854406.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!