I have a problem installing PaddleOCR of paddlex #2836
rkdtmdals7
started this conversation in
General
Replies: 2 comments
-
You need to install the OpenCV-Python package in advance. You can check out Section 7-2 of this article. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can install paddlex but I can not install PaddleOCR with command $paddlex --install PaddleOCR.
I got this error message.
ERROR: Could not install packages due to an OSError: [WinError 5] Accessis Denied
: 'C:\Users\myname\250114\Lib\site-packages\cv2\cv2.pyd'
I made virtual environments with python venv/
I entered this process after activated my virtual env.
python -m pip install paddlepaddle==3.0.0b2 -i https://www.paddlepaddle.org.cn/packages/stable/cpu/
git clone https://github.com/PaddlePaddle/PaddleX.git
cd PaddleX
pip install -e .
paddlex --install PaddleXXX
Beta Was this translation helpful? Give feedback.
All reactions