-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing build of OpenCV dependency prevents installation #672
Comments
#599 If you want different python version 3.11, check the installation step mentioned on this issue @workflowsguy |
Thank you for the link. However, what I do not understand is why the project has a "3.12" tag when it is obvious that a required dependency does not build with that Python version. |
@workflowsguy we are developing and testing Docling on Python 3.12. I just tried a clean install and I don't get into any such issue. $ python3.12 -m venv venv
$ source ./venv/bin/activate
$ pip install --no-cache docling
$ docling --version
Docling version: 2.14.0
Docling Core version: 2.12.1
Docling IBM Models version: 3.1.0
Docling Parse version: 3.0.0 |
@dolfim-ibm, thank you. Executing the steps you give results in the same build failure for opencv. It is a known issue that opencv fails to build under 3.12 (opencv/opencv-python#993) So, considering this, I am really curious how you are able to successfully build |
OpenCV have released |
Bug
The Docling installation process downloads and tries to build
opencv-python-headless-4.10.0.84
.However, this build keeps failing.
I have tried this on several machines running Python 3.12.8
Steps to reproduce
pip install docling
Docling version
2.14.0 (according to the
pip install docling
output)Python version
3.12.8
Platform
macOS 15
This is the final part of the
pip install docling
outputThe text was updated successfully, but these errors were encountered: