dublicate here
streamlit hello
Hello developers,
I am facing this issue ever since I tried to push my streamlit app onto heroku, which broke of course. You can find the error logs in the duplicate question, it's the same.
What I have tried to solve this:
Tried to find the
config.toml
file, but somehow couldn't able to find it. It's not where the streamlit is installed. There is no directory with the name.streamlit
, there isstreamlit
and ``Changed the executables, python3.7, python3.9, and separate virtual environment executable as well. Still it didn't work
installed the streamlit using
pip install --no-cache-dir streamlit
to get the fresh library modules, but still didn't work.
I don't know where is the issue, even after doing everything fresh new, the problem persist. I tried running the same script with my friend's device and it's working fine.
Any thoughts on this? Seems like something has broken with my device core files or what?