|
Dear, |
Replies: 1 comment 4 replies
|
hi, I’d split this into install vs Hancom-AI first. I just tried a clean CPython 3.14.4 venv on macOS arm64 with pip 26.1.1: I’d try the smallest clean baseline first: python -m venv .venv
. .venv/bin/activate
python -m pip install -U pip
python -m pip install -U "opendataloader-pdf[hybrid]==2.4.7"
opendataloader-pdf-hybrid --host 127.0.0.1 --port 5002 --no-ocr --device cpu
curl http://127.0.0.1:5002/healthIf that works, remove |
hi, I’d split this into install vs Hancom-AI first. I just tried a clean CPython 3.14.4 venv on macOS arm64 with pip 26.1.1:
opendataloader-pdf[hybrid]==2.4.7installed,opendataloader-pdf-hybrid --no-ocr --device cpustarted, and/healthreturned{"status":"ok"}twice. So Java 26 probably isn’t the first thing I’d chase if the error happens duringpip install.I’d try the smallest clean baseline first:
If that works, remove
--no-ocrand then try the…