Replies: 1 comment
-
安装paddlepaddle包之后,再试一下 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Traceback (most recent call last):
File "/root/.local/bin/paddleocr_convert", line 8, in
sys.exit(main())
^^^^^^
File "/root/.local/share/pipx/venvs/paddleocr-convert/lib/python3.12/site-packages/paddleocr_convert/main.py", line 186, in main
converter(args.model_path, args.save_dir, args.txt_path)
File "/root/.local/share/pipx/venvs/paddleocr-convert/lib/python3.12/site-packages/paddleocr_convert/main.py", line 39, in call
raise e
File "/root/.local/share/pipx/venvs/paddleocr-convert/lib/python3.12/site-packages/paddleocr_convert/main.py", line 37, in call
self.convert_to_onnx(model_dir, save_onnx_path)
File "/root/.local/share/pipx/venvs/paddleocr-convert/lib/python3.12/site-packages/paddleocr_convert/main.py", line 99, in convert_to_onnx
raise ConvertError(run_log)
paddleocr_convert.main.ConvertError: Traceback (most recent call last):
File "/usr/local/bin/paddle2onnx", line 5, in
File "/usr/local/lib/python3.12/dist-packages/paddle2onnx/init.py", line 15, in
File "/usr/local/lib/python3.12/dist-packages/paddle2onnx/convert.py", line 16, in
ModuleNotFoundError: No module named 'paddle'
Beta Was this translation helpful? Give feedback.
All reactions