成功解决TypeError: ‘float’ object cannot be interpreted as an index

成功解决TypeError: 'float’ object cannot be interpreted as an index


解决问题

TypeError: 'float’ object cannot be interpreted as an index

解决思路

类型错误:“float”对象不能解释为索引

解决方法

因为编程代码使用的numpy版本不一样导致,只需要降级或者升级至最新版即可!

pip install -U numpy==1.11.0

相关文章

https://blog.csdn.net/u011148366/article/details/66478356?utm_source=itdadao&utm_medium=referral

(0)

相关推荐