如图,安装提示: Could not find a version that satisfies the requirement cryptography (from versions: ) No matching distribution found for cryptography 解决,使用豆瓣镜像安装: pip install cryptography -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com