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?
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.
Do you have any context around this? Also, is there any installation guideline that I can use for reference?