You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discussions between MJ and Cameron have lead us to investigate hosting the software on Camerons dedicated hosting solution.
This will be done free of charge and will allow greater flexibility. Further investigations to be looked into creating a docker image of the application which will allow portability of the solution.
The text was updated successfully, but these errors were encountered:
New VM has been set up, however when running 'dashboard' within the new environment, the following error is presented;
ModuleNotFoundError: No module named 'log_keeper'
File "/home/dashboard/.pyenv/versions/3.12.1/lib/python3.12/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script
exec(code, module.__dict__)
File "/dashboard/viking-log-keeper/src/dashboard/main.py", line 20, in <module>
from log_keeper.get_config import LogSheetConfig
Discussions between MJ and Cameron have lead us to investigate hosting the software on Camerons dedicated hosting solution.
This will be done free of charge and will allow greater flexibility. Further investigations to be looked into creating a docker image of the application which will allow portability of the solution.
The text was updated successfully, but these errors were encountered: