博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python报错信息收集(1)
阅读量:5794 次
发布时间:2019-06-18

本文共 553 字,大约阅读时间需要 1 分钟。

  1. UnboundLocalError: local variable 'count' referenced before assignment

    局部变量错误:赋值之前引用的本地变量'count' ,unbound:未绑定,local:局部

  2. ValueError: could not convert string to float: '-1.0((30.0+(-8.0, 2)(173545.88095238098, 9))'

    值异常:无法将字符串转换为浮点数:'-1.0((30.0+(-8.0,2)(173545.88095238098,9))'),convert:转换

  3. ValueError: too many values to unpack (expected 2)

    值异常:太多值无法解包 (预期2个) unpack:解构,解包

  4. TypeError: 'float' object is not subscriptable

    类型错误:'float'对象无法标注

  5. SyntaxError: no binding for nonlocal 'a'found

    语法错误:没有找到非本地'a'的绑定

转载于:https://www.cnblogs.com/double-W/p/10584954.html

你可能感兴趣的文章
我的友情链接
查看>>
JS中比较数字大小
查看>>
jQuery插件的开发
查看>>
基础,基础,还是基础之JAVA基础
查看>>
HTTP库Axios
查看>>
gen already exists but is not a source folder. Convert to a source folder or rename it 的解决办法...
查看>>
20个Linux服务器性能调优技巧
查看>>
填坑记:Uncaught RangeError: Maximum call stack size exceeded
查看>>
SpringCloud之消息总线(Spring Cloud Bus)(八)
查看>>
【348天】每日项目总结系列086(2018.01.19)
查看>>
【294天】我爱刷题系列053(2017.11.26)
查看>>
2016/08/25 The Secret Assumption of Agile
查看>>
(Portal 开发读书笔记)Portlet间交互-PortletSession
查看>>
搭建vsftpd服务器,使用匿名账户登入
查看>>
JAVA中循环删除list中元素的方法总结
查看>>
Java虚拟机管理的内存运行时数据区域解释
查看>>
人人都会深度学习之Tensorflow基础快速入门
查看>>
ChPlayer播放器的使用
查看>>
js 经过修改改良的全浏览器支持的软键盘,随机排列
查看>>
Mysql读写分离
查看>>