Replies: 1 comment 3 replies
-
I guess the version of your python is 3.12. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
❯ poetry add rapidocr_onnxruntime
Using version ^1.3.11 for rapidocr-onnxruntime
Updating dependencies
Resolving dependencies... (0.0s)
The current project's Python requirement (>=3.11,<4.0) is not compatible with some of the required packages Python requirement:
Because no versions of rapidocr-onnxruntime match >1.3.11,<2.0.0
and rapidocr-onnxruntime (1.3.11) requires Python >=3.6,<3.12, rapidocr-onnxruntime is forbidden.
So, because paddleocrservice depends on rapidocr-onnxruntime (^1.3.11), version solving failed.
• Check your dependencies Python requirement: The Python requirement can be specified via the
python
ormarkers
properties❯ python --version
Python 3.11.8
Beta Was this translation helpful? Give feedback.
All reactions