[Tutorial] How to install PyMuPDF on a 32bit Raspberry Pi (specifically the Pi Zero) #3035
jvadair
started this conversation in
Installation Topics
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This took me a long time to figure out how to do. Turns out that the issue with many Pis is that they are using a version of glibc that is < 2.34, and running a 32-bit version of Raspbian that doesn't have a prebuilt wheel. Here is my solution to the problem:
arch
) (double check glibc version usingldd --version
pip3 wheel . --verbose
I hope this helps someone!!
Beta Was this translation helpful? Give feedback.
All reactions