腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
为什么这段Python代码在我尝试将其上传到kattis时会出现运行时错误?
、
、
、
在尝试将此任务上传到kattis时,我一直收到运行时错误:https://open.kattis.com/problems/qaly 我已经阅读了kattis上关于python的文档,并将输入更改为sys.stdin。以下是我要上传的内容: QALY = 0 QALY += float(sys.stdin[i].split(" ")[0])*float(sys.stdin[i].split(" ")[1]) print(QALY) 当我使用下面的代码在pycharm中尝试它
浏览 19
提问于2019-09-23
得票数 0
2
回答
从文件对象Python中获取文本
Table with Forbes Top 50 Women</caption>\n', global list2THrow = <function list2THrow>, mylists = <_
io.TextIOWrapper
name='data/forbeswomen_ascii.tsv' mode='r' encoding='ANSI_X3.4-1968'>
TypeError
: '_
io.TextIOWr
浏览 1
提问于2015-04-20
得票数 1
1
回答
如何停止
TypeError
:“_
io.TextIOWrapper
”对象不可订阅
这是我的错误这是我的代码 l =
浏览 20
提问于2021-02-21
得票数 0
1
回答
类型对象不可订阅- python
、
from newsapi.sources import Sources api_key ='*******************'他们输入他们想要的新闻类别 source_list = s.get(category=wanted, language='en') sources = [] data = j
浏览 0
提问于2018-07-07
得票数 0
回答已采纳
1
回答
Python -如何更新json文件中的值?
、
、
它们很笨拙,很难处理:(请告诉我为什么下面的方法不起作用: data = json.load(file_
object
['balance'] data += int(am_nt['amount']) file_
object
请帮帮我:( :( .我得到了:
浏览 6
提问于2020-02-18
得票数 0
1
回答
不同大小数组的Numpy.save列表给出:
TypeError
:'_
io.TextIOWrapper
‘对象不可订阅
、
、
、
np.arange(0,2,0.5)] print(lst[0])
TypeError
2461c8fce207> in <module> 7 with open('mylist.npy') as lst:
TypeError
: '_<em
浏览 3
提问于2020-08-12
得票数 0
回答已采纳
1
回答
Python脚本忽略中传递给它的args
、
recent call last): default=gitinfo.get_git_info()['commit'],此错误模型指示脚本忽略传递的args并引用默认值。
浏览 2
提问于2021-03-30
得票数 0
回答已采纳
1
回答
nohup njmon -s 5 |./njmon2influx.py njmond.conf异常?
、
、
/njmon2influx.py", line 125, in inject_snapshot
TypeError
:'int'
object
is not
subscriptable
按照您的教程,在实际部署时出现这个问题,能帮忙处理下么?
浏览 461
提问于2020-11-10
1
回答
TypeError
:读取JSON时不能订阅“”_
io.TextIOWrapper
“”对象
、
、
File "c:\Users\mattm\Desktop\twitterbot\twitterpost.py", line 17, in post
TypeError
: '_
io.TextIOWrapper
'
object
is not
subscriptable
浏览 8
提问于2020-06-08
得票数 0
1
回答
如何将字典添加到写入文件的.json列表中
、
f["UPDATE AFTER IMPORT"].append({"Steps":[outputfile]})这是我试过的。
浏览 7
提问于2022-05-24
得票数 -2
回答已采纳
1
回答
创建脚本时有:
TypeError
:'_
io.TextIOWrapper
‘对象不可订阅
Users/dan/Desktop/python/threeword.py", line 4, in <module>
TypeError
: '_
io.TextIOWrapper
'
object
is not
subscriptable
f=open("
浏览 12
提问于2016-07-31
得票数 0
回答已采纳
2
回答
TypeError
:“函数”对象在tensorflow中不可订阅
、
tf.placeholder(tf.float32,[None, 784])b = tf.Variable(tf.zeros[10])
TypeError
3086abe5ee8f> in <module>() 2 b = tf.Variable(tf.zeros[10])
TypeError
浏览 4
提问于2017-06-01
得票数 2
回答已采纳
2
回答
TypeError
:在if语句中不能订阅'int‘对象
、
-1 validation_t[i] = 1 validation_t[i] = -1更新:显然,这个错误没有原因地消失了,相反,我所有的数据都被标记为-1,这不是我想要的结果。
浏览 2
提问于2018-04-20
得票数 0
2
回答
在Python中加载JLD文件
、
我尝试了以下(在Python中):数据返回以下内容:<_
io.TextIOWrapper
编辑data = open("file_path")["input"]
TypeError
: '_
io.TextIOWrapper
'
object
isnot
subscriptabl
浏览 0
提问于2018-06-26
得票数 7
回答已采纳
2
回答
“方法”对象不可订阅。我不知道哪一个是错的
有人能帮我找错地方吗?for key in np.unique(df['unique-key']):
浏览 6
提问于2021-12-26
得票数 0
1
回答
浮动对象不可订阅(python)
、
、
、
、
所以我从一个数据框中创建了10个字典。pace[b[1]] = bList[1]defEff[b[1]] = bList[10]to[b[1]] = bList[3] orr[b[1]] =
浏览 2
提问于2018-11-19
得票数 0
1
回答
python3:
TypeError
:“生成器”对象不可订阅
、
、
、
但我得到了一个错误:"
TypeError
:‘生成器’对象不可订阅“。有人能帮我解决这个问题吗?或者代码有什么问题。下面是我得到的输出: 0 9 18回溯(最近一次调用):文件"calcumuBin.py",第23行,在pArrayj.append(_b)
TypeError
中:‘生成器’对象不是可订阅的
浏览 6
提问于2020-05-04
得票数 2
回答已采纳
1
回答
link = read_file['url']['short']
TypeError
:'_
io.TextIOWrapper
‘对象不可订阅
、
\Jakub\PycharmProjects\uploader\main.py", line 16, in <module>
TypeError
: '_
io.TextIOWrapper
'
object
is not
subscriptable
import requests url = 'https://
浏览 5
提问于2022-03-01
得票数 -1
1
回答
从Twitter收集坐标字段时,获取“NoneType”对象是不可订阅的
、
、
Workspace/database&filerwithbugs.py", line 46, in on_data
TypeError
: 'NoneType'
object
is not
subscriptable
浏览 1
提问于2014-03-08
得票数 1
1
回答
Python不会通过YouTube实时聊天API读取实时聊天消息,因为有一行代码有问题
、
、
'][0] Result:
TypeError
: 'builtin_function_or_method'
object
is not
subscriptable
Try 9: vID = r.get('items')('id(videoId)&
浏览 13
提问于2020-08-01
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Python3问题TypeError:object takes no parameters
常见Python运行时错误之一
ES6 对象都新增了哪些属性
用Python爬虫批量爬取并下载贴吧图片遇到的问题记录
17个新手常见Python运行时错误
热门
标签
更多标签
云服务器
ICP备案
对象存储
实时音视频
即时通信 IM
活动推荐
运营活动
广告
关闭
领券