树莓派pip安装cryptography

2017-12-29  本文已影响0人  vcancy

pip安装

sudo apt-get install python3-pip

python3(python2安装 将python3-dev 改成python-dev)

sudo apt-get install build-essential libssl-dev libffi-dev python3-dev

sudo pip install --upgrade setuptools

pip3 install cryptography -i https://pypi.douban.com/simple

参考

https://cryptography.io/en/latest/installation/#debian-ubuntu

http://blog.csdn.net/u012002023/article/details/78612513

上一篇 下一篇

猜你喜欢

热点阅读