「Load Crypto.Cipher.ARC4 Failed, Use Pure Python Instead.」解決対策
解決方法:
Download get-pip.py (https://bootstrap.pypa.io/get-pip.py)
sudo python get-pip.py
pip install pycrypto
Done!
Coding Changes the World
解決方法:
Download get-pip.py (https://bootstrap.pypa.io/get-pip.py)
sudo python get-pip.py
pip install pycrypto
Done!