Skip to content
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

Installing Docling Through PIP #749

Closed
LukasGarcia8 opened this issue Jan 14, 2025 · 5 comments
Closed

Installing Docling Through PIP #749

LukasGarcia8 opened this issue Jan 14, 2025 · 5 comments
Labels
question Further information is requested

Comments

@LukasGarcia8
Copy link

I'm having trouble installing through my terminal. I'm on MacOS and I keep getting the error:

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for docling-parse
Failed to build deepsearch-glm docling-parse
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (deepsearch-glm, docling-parse)

Could anyone help with this?

@LukasGarcia8 LukasGarcia8 added the question Further information is requested label Jan 14, 2025
@dolfim-ibm
Copy link
Contributor

Can you please specify 1) which macOS version? 2) Intel or Apple Silicon? 3) which Python version?

@LukasGarcia8
Copy link
Author

macOS Monterey Version 12.7.6, Apple Silicon, Python 3.12.4

@dolfim-ibm
Copy link
Contributor

We are currently distributing compiled wheels for macOS 13+. Earlier versions are not officially supported but could still work if you manage to compile the packages. You will need a complete C++ building environment locally.

@Mohamedisaac
Copy link

Mohamedisaac commented Jan 17, 2025

I faced the same problem when I tried to install it on Windows using python 3.13.1
I downgraded to python 3.10.10 and installed C++ compiler (Build tools), then upgraded to the last version of pip
It was hectic but it eventually worked, I don't know if it will work if I try it again.

@dolfim-ibm
Copy link
Contributor

For Python 3.13, see #136.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants