pythonpycrypto怎么安裝?
1. windwos系統下
由于需要編譯源碼,需要安裝相應的編譯器
Python 2.7 : Microsoft Visual C++ Compiler for Python 2.7 (網址:aka.ms/vcpython27)
Python3.x: Visual Studio 2015
安裝好編譯器后,
打開命令行,輸入命令
pip install pycrypto
同時安裝了python2.x 和python3.x 想給python3.x安裝時,
pip3 install pycrypto
上面那行紅字就是沒安裝VC++9編譯器時的錯誤提示
2. ubuntu系統下
打開終端輸入以下命令,即可,可能會要求你輸入當前用戶的密碼
sudo apt-get install -y python-pycryptopp
上一篇flash雪花制作步驟?
下一篇手機關機能定位行程嗎