The community member is encountering a ModuleNotFoundError when trying to run a Marimo notebook. They are new to Marimo and mention that the platform prompted them to install some dependencies, but they are unsure if they are running Marimo correctly. The community members in the comments request more information and suggest that the issue might be related to how the community member is running Marimo in their Python environment.
Traceback (most recent call last): File "/home/diaz/.local/share/mamba/envs/DOedge/lib/python3.13/site-packages/marimo/_runtime/executor.py", line 141, in execute_cell exec(cell.body, glbls) ~~~~^^^^^^^^^^^^^^^^^^ Cell marimo://prompt_library.py#cell=cell-0, line 2, in <module> from src.marimo_notebook.modules import prompt_library_module, llm_module ModuleNotFoundError: No module named 'src.marimo_notebook'