Cannot build latest on UBUNTU 23.10 #14497
-
Deployment TypeSelf-hosted NetBox Version3.6.6 Python Version3.11 Steps to Reproduce
During handling of the above exception, another exception occurred: Traceback (most recent call last): Expected Behaviorto build and install without error Observed BehaviorSkipping local dependencies (local_requirements.txt not found) During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The error says you didn't create a You'll notice that step needs to be done before running upgrade.sh |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for you guys' help and sorry that I couldn't reply earlier. After some time off I have taken a fresh new look at this again but am facing some more problems on Ubuntu 23.10. But since I still have a hard time following those (untested?) instructions to get that netbox legend going here is where am stuck at right now hoping you can enlight me. So I started back following https://docs.netbox.dev/en/stable/installation/3-netbox/#configuration and am currently at
The way I see it there are 2 problems (And 3 by adding those instructions in ;) ). Problem #1: the netbox user creation:
Solution(?) #1 Add a shell to /etc/passwd: netbox:x:132:140::/nonexistent:/usr/sbin/nologin Problem #2: psql isn't part of your install requirements:
Solution(?) #2: Notice the (?) right next to both solutions? Is even though I am certain of what I am saying that I would like a confirmation from your end. Allow me to dig a bit further and that will be the Since there is a 2 for 1 deal today on questions I will finish by asking that even though my Thanks in advance, |
Beta Was this translation helpful? Give feedback.
The error says you didn't create a
configuration.py
. That's this step in the installation instructions.You'll notice that step needs to be done before running upgrade.sh