hello!
how can i run executables on a Streamlit application deployed using community cloud?
i’ve seen people writing that it’s not possible to run .exe files on Debian (on which Streamlit is based), but i guess there must be a way to do that, right?
are there any other possibilities?
thanks
You can try Wine.
i tried modifying my python script to call wine (see code snippet), i but cannot get it working. indeed, i get the following error: FileNotFoundError: [Errno 2] No such file or directory: 'wine'
do you have any hints? am i using it wrong?
thanks
Did you install wine?
yes on my machine, but how do i install it on streamlit?
You add it to packages.txt
.