I am trying to deploy a streamlit project on streamlit cloud, however I am encountering an issue due to the usage of subprocess call method and the playwryight (I think).
Here is the error message.
CRITICAL:root:Executable doesn't exist at /home/appuser/.cache/ms-playwright/webkit-1609/pw_run.sh
Noting that it worked well on my local machine and as I said the function from where the error is triggered is called by subprocess.call method.
Do someone have an idea ?