Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
回答
收藏

Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')

l
lingyuan
2024-05-23 18:39·浏览量:234
l
lingyuan
发布于 2024-05-23 18:39234浏览

我希望在影刀内,用python写一个子流程,通过这个子流程来调起其他子流程,但是报错了,这是为什么

代码:

xbot_visual.process.run(process=process,package=__name__,inputs={"reference_time":reference_time,"data_path":data_path},outputs=[], _block=())

报错:

Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')

收藏
全部回答1
最新
发布回答
回答