paddleocr TypeError: Descriptors cannot not be created directly.
时间: 2023-11-02 17:03:19 浏览: 168
解决Python中报错TypeError: must be str, not bytes问题
3星 · 编辑精心推荐
paddleocr报错"TypeError: Descriptors cannot not be created directly." 是因为protobuf的版本太高导致编译错误。解决该问题的方法是按照编译器提示的信息下载protobuf的3.19.0版本,可以使用以下命令进行安装:pip install protobuf==3.19.0。
阅读全文