-
Notifications
You must be signed in to change notification settings - Fork 15
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
meson-python: The poppler package is split between purelib and platlib #74
Comments
Since meson-python-0.13.0 it's required for non-pure builds.
I am having the same issue, it is really awesome there is a fix already. I am wondering when it will be released so the package installed via pip will work. Thanks for fixing it so fast! |
Yeah, it broke a build and needed to be fixed ASAP. |
Hi @bzamecnik, any idea how to circumvent this issue when trying to install poppler on docker? Here's my dockerfile, and my requirements.txt
|
Hello @eRuaro Great question. I hope this answer helps you somehow. In my specific case I did the following:
My suggestion would be trying installing from the source, something like this:
I can see that the main already includes the fix so I would think the new package will be ready in short. |
Fixed by #75 |
pip install python_poppler==0.4.0
on python 3.10 (Ubuntu 22.04) using meson 1.1.0 fails with:->
"pure: false"
argument may be missing in meson.buildCaused by meson-python-0.13.0 release:
More info: #74
I'd guess that we need to pass
pure: false
in themeson.build
file here (similar to test code of meson, release notes, docs):The text was updated successfully, but these errors were encountered: