mjennings061 / viking-log-keeper

661 VGS - Collate gliding log sheets into a database and visual dashboard.
https://viking.streamlit.com/
MIT License
5 stars 0 forks source link

Module not found on streamlit cloud #76

Closed mjennings061 closed 1 month ago

mjennings061 commented 1 month ago

Bug

  /home/adminuser/venv/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py:589 in _run_script   

  /mount/src/viking-log-keeper/src/dashboard/main.py:15 in <module>             

     12                                                                         
     13 # User defined modules. We need to add the parent directory to the pat  
     14 # to allow running the script from the command line (i.e what streamli  
  ❱  15 from log_keeper.get_config import LogSheetConfig                        
     16 from dashboard.plots import plot_duty_pie_chart                         
     17 from dashboard.plots import plot_launches_by_commander                  
     18 from dashboard.plots import plot_longest_flight_times                   

ModuleNotFoundError: No module named 'log_keeper'