-
|
I used to run Python configuration: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Try My guess is: after upgrading to ubuntu 20.04, you will need to re-run Netbox's If you want to continue running Netbox with python 3.10, then you'll need to do |
Beta Was this translation helpful? Give feedback.
Try
journalctl -eu netboxto 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.shto 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