ModuleNotFoundError: No module named 'plotly', 'seaborn'

Im trying to deploy my app, but I always seem to have problems importing my libraries, I already added plotly to my requirements.txt file, but it doesnt seem to be working.

Plotly and Plotly-express are two very different libraries. You need to also include plotly in you requirements.txt file.

1 Like

Thanks, my app is now running

1 Like