It’s weird, but I’m trying to create an executable for my Streamlit application using PyInstaller. I was able to generate the .exe file for my app, but it doesn’t work when I try to run it.
I’m facing an issue with Streamlit because it seems “unknown,” even though I created a virtual environment and installed all the dependencies. It also says I need a metadata library, but I have already installed it.
thanks