runtime error

Exit code: 1. Reason: Traceback (most recent call last): File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/matplotlib/style/core.py", line 129, in use style = _rc_params_in_file(style) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/matplotlib/__init__.py", line 903, in _rc_params_in_file with _open_file_or_url(fname) as fd: File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/matplotlib/__init__.py", line 880, in _open_file_or_url with open(fname, encoding='utf-8') as f: FileNotFoundError: [Errno 2] No such file or directory: 'seaborn' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> demo = run_demo(config) File "/home/user/app/src/msanii/msanii/demo/demo.py", line 46, in run_demo matplotlib.style.use(["seaborn", "fast"]) File "/home/user/.pyenv/versions/3.10.18/lib/python3.10/site-packages/matplotlib/style/core.py", line 131, in use raise OSError( OSError: 'seaborn' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in `style.available`)

Container logs:

Fetching error logs...