原文:在安装requests库后,使用时报错:AttributeError: module 'requests' has no attribute 'post'

在安装requests库后,使用时报错:AttributeError: module requests has no attribute post 在网上查询后,才意识到所在文件名和库名requests相同导致的错误,重名后,执行成功 ...

2020-07-16 01:02 0 1255 推荐指数:

查看详情

解决:AttributeError: module 'requests' has no attribute 'post'”

今天学习Requests,当用pip install requests安装,写了一段代码报错AttributeError: modulerequestshas no attributepost‘” 发现原来是文件名命名有问题: 发现文件的命名与导入的名一样了,所以会报错 ...

Tue Apr 23 05:08:00 CST 2019 0 3252
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM