欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

pythonpycrypto怎么安裝

李中冰2年前16瀏覽0評論

pythonpycrypto怎么安裝?

1. windwos系統(tǒng)下

由于需要編譯源碼,需要安裝相應(yīng)的編譯器

Python 2.7 : Microsoft Visual C++ Compiler for Python 2.7 (網(wǎng)址:aka.ms/vcpython27)

Python3.x: Visual Studio 2015

安裝好編譯器后,

打開命令行,輸入命令

pip install pycrypto

同時(shí)安裝了python2.x 和python3.x 想給python3.x安裝時(shí),

pip3 install pycrypto

上面那行紅字就是沒安裝VC++9編譯器時(shí)的錯(cuò)誤提示

2. ubuntu系統(tǒng)下

打開終端輸入以下命令,即可,可能會(huì)要求你輸入當(dāng)前用戶的密碼

sudo apt-get install -y python-pycryptopp