ImportError: libcrypt.so.2: cannot open shared object file: No such file or directory

I am trying to deploy a simple app that only requires pandas and fitz. It was working fine until now, but after I changed a few lines of code in the script (selecting a different piece of text from a pdf than was previously selected), my app would no longer run.

Error is as above.

Last lines of log are as follows:

Here are the relevant links:
https://invoices-liesel.streamlit.app/

See the commit history for everything I’ve tried in order to get it working again.

Any help would be appreciated! I’m at the end of my rope…

Thanks,
Ian

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.