ModuleNotFoundError: No module named 'joblib'

Hi @randyzwitch. You’re of course right, I was just waiting for the final approval (Which is there now) :slight_smile:
Anyhow, now the app was running once, but otherwise I always get the error:

ModuleNotFoundError: No module named 'joblib'

Traceback:
File "/usr/local/lib/python3.7/site-packages/streamlit/script_runner.py", line 332, in _run_script
    exec(code, module.__dict__)File "/app/nlp-project-documents/streamlit/main.py", line 4, in <module>
    import joblib

Obviously this is not about joblib, it seems it simply does not install any of the libraries. If I uncomment
joblib at line 4, then it does not find pickle5 at line5 and so on. Again, it runs absolutely perfectly locally, but I would really like to share it now with others.

Any ideas what the issue could be if it works for you on streamlit share?

The last logs are:

[manager] Processed dependencies!
  You can now view your Streamlit app in your browser.
  Network URL: http://10.12.69.77:8501

  External URL: http://35.230.58.211:8501
[client] Connecting....