Skip to content

Docker installation #2

Description

@jalapatip

Hello Jade,

I was trying to run the project locally and integrate with unity. I'm using docker to simplify installation but ran into the following issue.

[2021-10-29 03:19:22 +0000] [9] [INFO] Starting gunicorn 19.9.0
[2021-10-29 03:19:22 +0000] [9] [INFO] Listening at: http://0.0.0.0:8080 (9)
[2021-10-29 03:19:22 +0000] [9] [INFO] Using worker: sync
[2021-10-29 03:19:22 +0000] [12] [INFO] Booting worker with pid: 12
[2021-10-29 03:19:22 +0000] [12] [ERROR] Exception in worker process
Traceback (most recent call last):
  File "/env/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
    worker.init_process()
  File "/env/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
    self.load_wsgi()
  File "/env/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
    self.wsgi = self.app.wsgi()
  File "/env/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
    self.callable = self.load()
  File "/env/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
    return self.load_wsgiapp()
  File "/env/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
    return util.import_app(self.app_uri)
  File "/env/lib/python3.7/site-packages/gunicorn/util.py", line 350, in import_app
    __import__(module)
ModuleNotFoundError: No module named 'main'
[2021-10-29 03:19:22 +0000] [12] [INFO] Worker exiting (pid: 12)
[2021-10-29 03:19:22 +0000] [9] [INFO] Shutting down: Master
[2021-10-29 03:19:22 +0000] [9] [INFO] Reason: Worker failed to boot.

Do you have any context around this? Also, is there any installation guideline that I can use for reference?

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