I tried to deploy my app on Streamlit share. But I ran into the error: FileNotFoundError: [Errno 2] “dot” not found in path.
I was able to run the app just fine locally and have graphviz and pydot installed and added to the requirements.txt file on github. So I am not sure what went wrong here.
No, nothing is installed on GitHub. I think that the path to the executable under the streamlit environment is either not set or needs to be set explicitly.