Skip to content

Starting edda viewer form CLI fails with ModuleNotFoundError #2

@SoumyaRanjanNaik

Description

@SoumyaRanjanNaik

When I try to start the viewer from the CLI command I get the below error but same doesn't happen for start_viewer function call

uv run edda-viewer --db test.db --port 2000 -m main:app 
Traceback (most recent call last):
  File ".venv/bin/edda-viewer", line 4, in <module>
    from viewer_app import main
ModuleNotFoundError: No module named 'viewer_app'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions