IndexError: index 136 is out of bounds for axis 0 with size 136
时间: 2023-08-25 17:13:38 浏览: 118
IndexError: index 136 is out of bounds for axis 0 with size 136是一个索引超出边界的错误。这意味着你在访问一个长度为136的数组时,使用了一个大于等于136的索引。在你的情况中,你要检查数组的长度和索引的一致性。确保索引的范围在数组的有效索引范围内,即0到135。<em>1</em><em>2</em><em>3</em>
#### 引用[.reference_title]
- *1* [IndexError: index 1 is out of bounds for axis 0 with size 1](https://blog.csdn.net/qq_37203178/article/details/125050860)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}} ] [.reference_item]
- *2* *3* [Python报错:IndexError: index 0 is out of bounds for axis 0 with size 0](https://blog.csdn.net/sweet_tea_/article/details/128514919)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT0_1"}} ] [.reference_item]
[ .reference_list ]
阅读全文