高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题

文章目录

  • 问题描述
  • 解决问题

问题描述

高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题_第1张图片
高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题_第2张图片

解决问题

参考博文
打开报错位置

AppData\Roaming\Python\Python39\site-packages\cv2\typing\

高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题_第3张图片
添加single-quotes,即单引号
高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题_第4张图片
博主说The trick is to use single-quotes to avoid the infamous TypeError: ‘numpy._DTypeMeta’ object is not subscriptable when Python tries to interpret the [] in the expression. This trick is well handled for instance by VSCode Pylance type-checker
高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题_第5张图片
问题解决了,有人说通过更新numpy版本可以解决,反正对于我来说不能解决,只能通过加单引号解决TypeError
高效解决 TypeError : ‘ numpy._DTypeMeta‘ object is not subscriptable 问题_第6张图片
如果想获取更多神经网络深度学习强化学习资料可以私信我。之后我会持续更新,如果喜欢我的文章,请记得一键三连哦,点赞关注收藏,你的每一个赞每一份关注每一次收藏都将是我前进路上的无限动力 !!!↖(▔▽▔)↗感谢支持!

你可能感兴趣的:(numpy,python,人工智能,经验分享,学习,神经网络)