Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running docker-compose gives 'module not found error' #779

Closed
hermela11 opened this issue Apr 11, 2022 · 3 comments · Fixed by #780
Closed

Running docker-compose gives 'module not found error' #779

hermela11 opened this issue Apr 11, 2022 · 3 comments · Fixed by #780
Assignees
Milestone

Comments

@hermela11
Copy link

When I try to start up the activity app using docker-compose, I get the following error: ModuleNotFoundError: No module named 'activity.settings.local'
I did set up a virtual environment and I'm running python 3.7.

@TAnas0
Copy link
Collaborator

TAnas0 commented Apr 12, 2022

@hermela11 I can confirm the issue. It's a missing config file, which we have not specified in the setup guide. Thanks for pointing that out. I will provide a fix and update the Readme and Installation Guide.

@TAnas0
Copy link
Collaborator

TAnas0 commented Apr 14, 2022

@hermela11 please run cp activity/settings/local-sample.py activity/settings/local.py before docker-compose up -d
I've added it to the documentation. If you have any other problems or question, please let us know 🙂

@MisterMunchkin
Copy link

Hi! I've been following the docs too and this worked me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants