-
Notifications
You must be signed in to change notification settings - Fork 11
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
Install has error #8
Comments
Hi! It sounds like the dependency you're installing doesn't have a wheel available for your platform and fails to build it. Are you using Python 3.10+? And do you have the same error when installing Docling directly? pip install docling If so, you could look into the installation docs for Docling and open an issue on their tracker if needed. |
I also faced the same issue while installing spacy-layout but the Docling installed succesfully, please provide the resolution. |
I also couldn't install it successfully, neither in a Python 3.10 nor in a Python 3.12 virtual environment. Edit: I could install docling without issues. |
I use python 3.11. I have other problem when installing docling. However, I can finally run spacy-layout with |
Back from work and this worked out: |
I, too, was getting a meson error earlier today during my install efforts but I am not having a docling install issue. I built a new conda environment in python3.10 instead of python3.12 and the first package I brought in was spacy-layout hoping the dependencies would work out. I am not having any errors during install but when I try to use spacy I am getting pydantic errors. I found a workaround for those and now I am getting an error when I attempt to run the installed spacy from spacy.tokens.doc. So, I was able to run around the meson error with a new environment but the build does not seem functional. Not sure it helps. |
Hi, I try to install but it run into an error:
error: subprocess-exited-with-error
at
Using cached scipy-1.9.1.tar.gz (42.0 MB) Installing build dependencies ... done Getting requirements to build wheel ... error
with this error
File "C:\Programme\anaconda3\envs\docemb\Lib\subprocess.py", line 413, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['meson', 'setup', '--native-file= ... \\.mesonpy-_f2g4b6r\\build']' returned non-zero exit status 1.
What could I do to resolve the error?
The text was updated successfully, but these errors were encountered: