py
2 verified fixes Python errors
Reproduced on pinned Python images, fixed and re-checked.
2 errors
- ConvertPirAttribute2RuntimeAttribute not support [pir::ArrayAttribute<pir::DoubleAttribute>]
Fixing "ConvertPirAttribute2RuntimeAttribute not support" (PaddleOCR + paddlepaddle 3.3.1)
python:3.11 · PaddleOCR predict/ocr with paddlepaddle 3.3.1 (CPU, oneDNN enabled)PaddleOCR on paddlepaddle 3.3.1 raises NotImplementedError: ConvertPirAttribute2RuntimeAttribute (onednn_instruction.cc) on the oneDNN path. Turn oneDNN off with enable_mkldnn=False, or pin paddlepaddle back to 3.2.2, the version before the regression.
PaddleOCR 6 min read - No matching distribution found for paddlepaddle
Fixing "No matching distribution found for paddlepaddle" (no wheel for Python 3.14)
python:3.14 · pip install paddlepaddle on Python 3.14 (no cp314 wheel on PyPI)pip install paddlepaddle fails with "No matching distribution found" on Python 3.14 because no cp314 wheel exists on PyPI or Paddle's own index — and no pip option gets around it. Pin the interpreter that runs paddle to a version that has wheels.
PaddlePaddle 11 min read
No errors match these filters. Try relaxing them.