I get “ModuleNotFoundError: No module named ‘psutil’” when I deploy a streamlit app to share.streamlit.io with a psutil dependency. The same app works fine on Heroku and locally. I use pipenv.
I get “ModuleNotFoundError: No module named ‘psutil’” when I deploy a streamlit app to share.streamlit.io with a psutil dependency. The same app works fine on Heroku and locally. I use pipenv.
Hi @jesperfj, welcome to the Streamlit community!
Do you have psutil in your requirements.txt file?