python报错及处理 -- 不断总结

Posted 98peiqi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python报错及处理 -- 不断总结相关的知识,希望对你有一定的参考价值。

ModuleNotFoundError: No module named ‘PIL‘

解决方法: 运行命令:pip install Pillow

IndentationError: expected an indented block

解决方法:注意缩进对齐

TypeError: cannot use a string pattern on a bytes-like object

https://blog.csdn.net/tzs_1041218129/article/details/52228905

 

以上是关于python报错及处理 -- 不断总结的主要内容,如果未能解决你的问题,请参考以下文章

Python用Python打开IE谷歌等浏览器报错及解决办法

python学习笔记4--一些脚本运行报错及解决方式

python学习笔记4--一些脚本运行报错及解决方式

python学习笔记4--一些脚本运行报错及解决方式

Python:导入KMeans库失败;Kmeans报错及解决方法;NameError: name ‘KMeans‘ is not defined

Python:(人工智能识别手写数字)使用卷积神经网络代码多个报错及相应解决方法