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

how do I install on Alma Linux? #61

Open
webservant316 opened this issue Jun 15, 2024 · 2 comments
Open

how do I install on Alma Linux? #61

webservant316 opened this issue Jun 15, 2024 · 2 comments

Comments

@webservant316
Copy link

Running "pip3 install pdfCropMargins" and getting the error "No matching distribution found for pillow>=10.1.0"

@abarker
Copy link
Owner

abarker commented Aug 9, 2024

I'm not really familiar with Alma Linux. It sounds like the distribution still wants to install an old version of pillow. The setup.py file is set to require >=10.1.0 because of some security issues, but the pdfCropMargins program itself only issues a warning.

If you can install an older version of pillow, then you could use pip with the --no-dependencies option for pdfCropMargins and install each dependency individually. (They dependencies are just wheel, pillow and pymupdf.)

@webservant316
Copy link
Author

webservant316 commented Aug 9, 2024 via email

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

No branches or pull requests

2 participants