腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
请求
请求
的
Python
问题
:
模块
‘
AttributeError
’
没有
'
get
‘
属性
、
好
的
,我有一个错误,我不知道为什么。我想从一个文件中
请求
一堆链接 while True: r = request.
get
(code)
浏览 7
提问于2020-04-09
得票数 0
1
回答
AttributeError
:
模块
‘
请求
’
没有
属性
'
get
‘
page=' + str(page) plain_text = source_code.text") href = link.
get
page += 1 output---------------
浏览 1
提问于2016-04-09
得票数 0
1
回答
python
错误-
AttributeError
:‘
模块
’对象
没有
属性
‘
请求
’
("http://www.brainjar.com/java/host/test.html")print(text)Traceback (most recent call last):import urllib.request&qu
浏览 17
提问于2014-12-08
得票数 3
1
回答
AttributeError
请求
库:
模块
‘
请求
’
没有
属性
‘会话’
、
、
我使用
的
是MacOS,我使用pip3安装了
请求
库,我得到了“
AttributeError
:
模块
‘
请求
’
没有
属性
‘会话’”复制步骤
python
3 login.py$
python
-m requests.help
浏览 0
提问于2018-02-25
得票数 0
回答已采纳
1
回答
AttributeError
:
模块
‘
请求
’
没有
属性
'urlopen‘
、
、
、
、
我一直在犯这个错误,我很困惑
浏览 5
提问于2019-11-28
得票数 0
3
回答
AttributeError
:“
模块
”对象
没有
属性
“
请求
”
、
、
在
Python
3.3中运行以下代码时:tempfile = urllib.request.urlopen("http://yahoo.com")
浏览 2
提问于2014-03-09
得票数 76
回答已采纳
1
回答
属性
错误:熊猫中
的
模块
‘
请求
’
没有
属性
‘会话’-DataReader
、
、
、
:这是从:"/home/john/.conda/envs/optimizer/lib/
python
3.8/site-packages/pandas_datareader/_utils.py“调用
的
与
问题
相同,也会失败。(
问题
已结束,
没有
解决办法
浏览 0
提问于2020-03-16
得票数 4
1
回答
AttributeError
:
请求
对象在发出
GET
请求
时
没有
属性
'
Get
‘
、
、
我正在尝试发出
Get
请求
,但得到了以下错误:下面是我
的
代码: """Obtain email tokent
浏览 2
提问于2021-09-19
得票数 1
回答已采纳
2
回答
没有
Post匹配给定
的
查询。姜戈
、
大家好,我是Django
的
新手,我已经开始学习如何创建一个博客,一切都很好,但是当我点击address 时,我收到了这个
没有
Post匹配给定
的
查询。这是views.py
的
代码:from .models
浏览 1
提问于2018-01-08
得票数 0
1
回答
Python
请求
-无法导入
模块
(
模块
:‘
AttributeError
’对象
没有
属性
' HTTPProxyAuth ')
、
、
在我
的
Python
文件
的
顶部,我有:from requests.auth import HTTPPRoxyAuth auth = requests.auth.HTTPPRoxyAuth(username, password)行显示错误
AttributeError
: 'module' object has no attribute 'HTTPPRoxyAuth',它指向导入行处
的
ImportError我可以使用from request
浏览 0
提问于2017-11-14
得票数 0
1
回答
Pl\
Python
:导入
模块
时
的
问题
、
、
但是,当我试图通过调用
请求
模块
来发出http
请求
时,我得到
的
是
属性
错误
AttributeError
:‘
模块
’对象
没有
属性
'
get
‘。错误: plpy.Error:错误下载SOME_DATA_FETCHING_URL跟踪(最近一次调用):文件"",第16行,在__plpython_procedure_from_url_24640
AttributeError
:‘__plp
浏览 0
提问于2018-08-13
得票数 2
1
回答
AttributeError
:
模块
“pandas.compat”
没有
属性
“binary_type”
、
pandas as pd df
AttributeError
跟踪(最近一次调用) in () 2帧/usr/local/lib/
python
3.6/dist-packages/pandas_datareader/moex.py在_
浏览 0
提问于2020-01-08
得票数 0
2
回答
请求
错误:
AttributeError
:
模块
'urllib‘
没有
属性
’
Python
3‘
、
、
我正在尝试在使用urllib.request和urllib.error
的
python
3 (在3.7.4和3.8.0中试用)中运行脚本。我尝试通过以下方式导入:和但在上述两种情况下,我都得到了错误:我还
没有
安装任何与urllib相关
的
东西,因为它与
pytho
浏览 1
提问于2021-11-25
得票数 0
1
回答
请求
AttributeError
:输入对象‘字节’
没有
属性
'
get
‘
、
、
、
我已经创建了一个程序来解析2 2ip中著名
的
API。即使当接收参数同时被分配给bytes和str时,也会出现
问题
,
没有
任何帮助,下面是代码: 'View':{我在网上找不到解决这个
问题
的
办法\sit
浏览 8
提问于2022-04-06
得票数 0
回答已采纳
1
回答
Pycharm
python
请求
:
模块
'urllib3‘
没有
属性
’
AttributeError
‘
、
、
、
、
当我运行脚本时,我得到这个错误:
AttributeError
:
模块
“”urllib3“”
没有
属性
“”Request“” 如何正确安装/导入urllib以运行此脚本?
浏览 67
提问于2021-07-29
得票数 0
1
回答
urllib
模块
错误!
AttributeError
:“
模块
”对象
没有
属性
“
请求
”
、
我目前正在使用
python
中
的
“urllib”
模块
,并尝试提取网站
的
源代码:temp = urllib.request.urlopen('https://www.quora.com/#') 回溯(最近一次调用):File "",第1行,在temp = urllib.request.urlopen('')
AttributeError
中:‘
模块
’
浏览 0
提问于2013-11-01
得票数 7
回答已采纳
1
回答
AttributeError
:发出
get
请求
时,“”WSGIRequest“”对象
没有
属性
“”
get
“”
、
、
、
我正在尝试向stackoverflow API发出
get
请求
,但在通过POSTMAN发出
请求
时遇到了WSGI错误。以下是代码片段: 视图: def search(requests): response = requests.
get
('httpssearch/', views.search, name='search'), ] 我尝试过I keep getting
浏览 30
提问于2020-12-30
得票数 1
回答已采纳
1
回答
数组:部分初始化
的
模块
“”numpy1“”
没有
属性
“”
AttributeError
“”(很可能是由于循环导入)“”
、
import numpy as np print(type(arr))
AttributeError
:部分初始化
的
模块
'numpy‘
没有
属性
’
AttributeError
‘(很可能是由于循环导入)我知道以前有人问过这个
问题
,但请注意,导入
请求
是正确
的
。
浏览 51
提问于2021-04-24
得票数 0
3
回答
Django错误:'function‘对象
没有
'save’
属性
、
、
、
、
CattestForm(request.POST) cattest.save() if request.
GET
('bsmain/form.html', {'form': form}, context_instance=RequestContext(request))
AttributeError
位于/bsmain/cattest/ “‘function”对象
浏览 3
提问于2012-02-28
得票数 1
1
回答
AttributeError
at /admin/ 'WSGIRequest‘对象
没有
属性
'user’
、
这是我得到
的
错误,我无法获得管理登录屏幕。
AttributeError
at /admin/ 'WSGIRequest‘对象
没有
属性
'user’
请求
方法:
GET
请求
URL: Django版本: 2.1.2异常类型:
AttributeError
\sites.py’对象
没有
属性
'WSGIRequest‘异常位置: has_permission中
的
WS
浏览 1
提问于2019-06-04
得票数 1
点击加载更多
相关
资讯
python之简单的get和post请求
jmeter关于录制带中文的get请求回放会报错的问题
python爬虫中的https请求证书问题,原理及处理
详解 CTF Web 中的快速反弹 POST 请求鹏越·学霸专区
requests——轻松获取网页源代码
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券