CodeForPhilly / chime

COVID-19 Hospital Impact Model for Epidemics
https://codeforphilly.github.io/chime/
MIT License
205 stars 151 forks source link

["bug"](Preprod) - Site Error #578

Closed MooseQuest closed 4 years ago

MooseQuest commented 4 years ago

Description:

When testing preprod https://penn-chime.bus.phl.io we are immediately presented with:

ModuleNotFoundError: No module named 'penn_chime.view'
Traceback:
File "/usr/local/lib/python3.7/site-packages/streamlit/ScriptRunner.py", line 322, in _run_script
    exec(code, module.__dict__)
File "/app/st_app.py", line 9, in <module>
    from penn_chime.view.st_app import main

Steps to reproduce:

  1. Navigate to site at https://penn-chime.bus.phl.io

Expected behavior:

See the site.

What I got instead:

Screen Shot 2020-04-29 at 12 47 08