Skip to content
Discussion options

You must be logged in to vote

Try journalctl -eu netbox to see the errors from when Netbox tries to start up.

My guess is: after upgrading to ubuntu 20.04, you will need to re-run Netbox's ./upgrade.sh to rebuild the virtualenv with the correct version of Python (e.g. the libraries were built with python 3.10, but now the selected python is 3.8)

If you want to continue running Netbox with python 3.10, then you'll need to do

PYTHON=/usr/bin/python3.10 ./upgrade.sh

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@F3d0s
Comment options

Answer selected by F3d0s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants