breezedeus / CnOCR

CnOCR: Awesome Chinese/English OCR Python toolkits based on PyTorch. It comes with 20+ well-trained models for different application scenarios and can be used directly after installation. 【基于 PyTorch/MXNet 的中文/英文 OCR Python 包。】

Home Page:https://www.breezedeus.com/article/cnocr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

有无支持python3.11计划?

tan9p opened this issue · comments

RT,当前在装CnOCR时,会提示只支持python 3.7到3.10的版本

没有,主要是依赖的包不支持3.11

Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0] on linux
正常

Python 3.11.7能安装成功,但是在这之前我用最新的3.12版本安装,会出现这样的错误。于是我退回3.11就成功了

AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?