首页 > 编程语言 > 详细

python2--requests模块警告

时间:2020-08-28 23:19:34      阅读:872      评论:0      收藏:0      [点我收藏+]
此时python版本2.7,requests版本2.12.4在命令行输入python后导入模块,import requests之后有警告:
 
CryptographyDeprecationWarning: Python 2 is no longer supported by the Python
 
这时了解可能跟cryptography模块有关,当前这个版本为3.0,进行降级处理成功导入了requests模块
 
pip install cryptography==2.9

 

python2--requests模块警告

原文:https://www.cnblogs.com/lutt/p/13579854.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!