We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3.12下无法安装,因为依赖的shapely版本太低,需要编译, 但是无法编译,因为shapely指定的setuptools版本太低,使用了python3.12去掉的api
python3.12
pip install rapidocr-onnxruntime
允许shapely使用更新的版本
The text was updated successfully, but these errors were encountered:
fix(python): Fixed issue #202
13e0383
fix(python): Fixed issue #202 and add Shapely version limited
304f773
在rapidocr_onnxruntime>1.3.24版本中已经修复
rapidocr_onnxruntime>1.3.24
Sorry, something went wrong.
No branches or pull requests
问题描述 / Problem Description
python3.12下无法安装,因为依赖的shapely版本太低,需要编译,
但是无法编译,因为shapely指定的setuptools版本太低,使用了python3.12去掉的api
运行环境 / Runtime Environment
python3.12
复现代码 / Reproduction Code
可能解决方案 / Possible solutions
允许shapely使用更新的版本
The text was updated successfully, but these errors were encountered: