Error while installing #199
-
pip install rapidocr-onnxruntime × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 24.0 -> 24.1.2 I installed manually all modules also but it installs 2.1.5 version of Shapely and when i install 2.0.0<shapley has error in all versions same error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
maybe you need this link |
Beta Was this translation helpful? Give feedback.
-
i searched and tried all the commands but still same error and also the i got information that AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? ImpImporter is removed from python 3.3.0 version |
Beta Was this translation helpful? Give feedback.
This problem has also been encountered by other friends. After investigation, the reason is that in 1.3.23, Shapely version is restricted to be less than 2.0.0.
The issue has been fixed in
rapidocr_onnxruntime>1.3.24
. It can be used in Python 3.12.Please refer to issue #202 for details