美文网首页
树莓派pip安装cryptography

树莓派pip安装cryptography

作者: vcancy | 来源:发表于2017-12-29 13:49 被阅读0次

    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

    相关文章

      网友评论

          本文标题:树莓派pip安装cryptography

          本文链接:https://www.haomeiwen.com/subject/pfmigxtx.html