ddddocr icon indicating copy to clipboard operation
ddddocr copied to clipboard

求适配py3.12

Open xf11075 opened this issue 1 year ago • 2 comments
trafficstars

能支持下最新版本么 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.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 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; 1.4.4 Requires-Python <=3.10; 1.4.5 Requires-Python <3.11; 1.4.6 Requires-Python <3.11; 1.4.7 Requires-Python <3.11; 1.4.8 Requires-Python <3.11; 1.4.9 Requires-Python <3.12 ERROR: Could not find a version that satisfies the requirement onnxruntime (from ddddocr) (from versions: none) ERROR: No matching distribution found for onnxruntime

xf11075 avatar Dec 06 '23 04:12 xf11075

降级成3.9可以用

longaotian0213 avatar Dec 11 '23 09:12 longaotian0213

我也遇到这个了。在Windows上无法使用。 macOS+py3.8 == 1.4.11 Windows+py3.12 == 1.0.6

17337162621254271304 avatar Mar 06 '24 05:03 17337162621254271304

pip install onnxruntime==1.14.1 应该可以解决问题

lor2012 avatar May 27 '24 14:05 lor2012

已经支持了

sml2h3 avatar Jun 17 '24 02:06 sml2h3