Pyra
Hey guys im getting an error using PyMuPDF python lib
We include additional flags and cache the result while resolution, but it is ok to do it that way. I just wanted to know what top-level libraries are used.
Anyways I found failing library it is pathlib==1.0.1. This library is supported by python 3.4 and older, after that it became builtin and not maintained anymore.
For libraries that still referencing non-builtin pathlib python has some sort of fallback or override to that builtin pathlib in /usr/lib64/python3.11/pathlib.py
But for some reason in windmill that path is not found or does not contain pathlib.py. That explains why it runs on local machine but fails on cloud. I'm investigating this rn.
68 replies