sml2h3 / ddddocr

带带弟弟 通用验证码识别OCR pypi版
https://ddddocr.com
MIT License
9.01k stars 1.65k forks source link

请问何时支持Python 3.10版本 windows 64bit #77

Closed blueicesir closed 2 years ago

blueicesir commented 2 years ago

Using cached ddddocr-1.0.6-py3-none-any.whl (6.9 MB) Requirement already satisfied: numpy in d:\python310\lib\site-packages (from ddddocr) (1.22.4) Requirement already satisfied: Pillow in d:\python310\lib\site-packages (from ddddocr) (9.1.1) ERROR: Ignored the following versions that require a different python version: 1.0.8 Requires-Python <3.8; 1.1.0 Requires-Python <3.9; 1.2.0 Requires-Python <3.10; 1.3.0 Requires-Python <3.10; 1.3.1 Requires-Python <3.10; 1.4.0 Requires-Python <3.10; 1.4.1 Requires-Python <3.10; 1.4.2 Requires-Python <3.10; 1.4.3 Requires-Python <3.10 ERROR: Could not find a version that satisfies the requirement onnxruntime (from ddddocr) (from versions: none) ERROR: No matching distribution found for onnxruntime

python --version Python 3.10.4

sml2h3 commented 2 years ago
  1. 首先ddddocr最新版本是1.4.3
  2. ddddocr能不能支持python3.10不取决于ddddocr本身,而是取决于微软何时更新onnxruntime,可以去该项目https://github.com/microsoft/onnxruntime中提交issue进行催促
sml2h3 commented 2 years ago

另外也可以参考https://github.com/microsoft/onnxruntime/issues/11117 使用dev版本onnxruntime,并从ddddocr源代码中构建使用ddddocr相关功能