Unable to install the PyMuPDF python package. #358
-
I am trying to install the PyMuPDF python on tiangolo/uwsgi-nginx-flask:python3.8-alpine. I am seeing the following errors:
Attached are the minimalistic example files to reproduce the errors. Any help would be highly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, thanks for the patience. That's probably because you are trying to use Alpine, but you probably shouldn't. Alpine is no longer supported. As you are using a compiled extension, you should probably use the standard base image. You can read more about it here: https://github.com/tiangolo/uwsgi-nginx-flask-docker#-alpine-python-warning |
Beta Was this translation helpful? Give feedback.
Hello, thanks for the patience. That's probably because you are trying to use Alpine, but you probably shouldn't. Alpine is no longer supported. As you are using a compiled extension, you should probably use the standard base image. You can read more about it here: https://github.com/tiangolo/uwsgi-nginx-flask-docker#-alpine-python-warning