Skip to content

Unable to "python run.py" #21

Open
@hydropero

Description

@hydropero

While attempting to python run.py in a virtual environment with Python version 3.6.9 on Ubuntu 18.04 I get

ModuleNotFoundError: No module named 'guest'

The full error:
Traceback (most recent call last): File "run.py", line 1, in <module> from app import app File "/home/mbulla/Bootcamp-Exercises/frameworks/app/__init__.py", line 9, in <module> from app.models import Guest File "/home/mbulla/Bootcamp-Exercises/frameworks/app/models/__init__.py", line 1, in <module> from guest import Guest ModuleNotFoundError: No module named 'guest'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions