报错信息:
Cryptograph yDeprecation Warning: Python3.6 is no longersupported by the Python core team Therefore support for it is deprecated in cryptography and will be removed in a future release from cryptography.hazmat.backends import default_backend
解决方法:
终端运行这行命令:
pip3 install -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com cryptography==36.0.2
标签:core,cryptography,mirrors,报错,aliyun,com From: https://www.cnblogs.com/stephenwzh/p/16603138.html