
Python 代码错误整理
整理自己使用Python过程中的错误,互相学习
小小的学徒
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
报错:ImportError: cannot import name ‘metadata‘ from ‘importlib‘
importlib.metadata 在 Python 3.8 及以上版本中是内置模块。原创 2025-05-26 23:14:33 · 350 阅读 · 0 评论 -
Python3.7安装pyqt5报错:ERROR: Could not build wheels for PyQt5-sip,which is required to install......
让python3.7与pyqt5适配。安装成功之后就可以运行了!原创 2025-05-26 22:07:33 · 405 阅读 · 0 评论 -
Python中多行代码缩进
代码缩进原创 2022-06-06 16:07:24 · 1079 阅读 · 0 评论 -
python 运行报错 Process finished with exit code -1073740791 (0xC0000409)
python 报错原创 2022-06-11 10:39:47 · 5909 阅读 · 2 评论 -
Python中常见错误总结
python error原创 2022-06-06 16:15:31 · 3791 阅读 · 0 评论 -
python 报错 TypeError: tuple indices must be integers or slices, not tuple
pycharm报错原创 2022-06-11 10:26:46 · 22440 阅读 · 6 评论 -
报错:builtin_function_or_method object is not subscriptable
代码报错原创 2022-06-06 16:47:26 · 6506 阅读 · 0 评论 -
Python报错:UnboundLocalError: local variable ‘xxx‘ referenced before assignment
代码报错原创 2022-06-14 22:57:31 · 1587 阅读 · 0 评论