error upgrading 3.3.2 to 3.6.6 -> ModuleNotFoundError: No module named 'graphiql_debug_toolbar' #14435
-
gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3> |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You are running the wrong instance of gunicorn. You are running a global system-installed one, but you should be running the one inside Netbox's virtualenv. The global one doesn't know about the Netbox virtualenv or the packages installed in it. This is controlled by
|
Beta Was this translation helpful? Give feedback.
-
cd /opt/netbox |
Beta Was this translation helpful? Give feedback.
You are running the wrong instance of gunicorn. You are running a global system-installed one, but you should be running the one inside Netbox's virtualenv. The global one doesn't know about the Netbox virtualenv or the packages installed in it.
This is controlled by
/etc/systemd/system/netbox.service
. There's a working one you should copy in thecontrib/
directory. It should have a line like this: