Installing netbox from OpenSUSE repo

Hello! I’ve found this repo:

https://build.opensuse.org/project/show/openSUSE:infrastructure:netbox

I’ve added it to my server and it installed successfully. But what do I do now?

netbox-build-assets 
python3.11: can't open file '/usr/share/netbox/netbox/manage.py': [Errno 2] No such file or directory

And this:

netbox-manage 

Type 'manage.py help <subcommand>' for help on a specific subcommand.

Available subcommands:

[django]
    check
    compilemessages
    createcachetable
    dbshell
    diffsettings
    dumpdata
    flush
    inspectdb
    loaddata
    makemessages
    makemigrations
    migrate
    optimizemigration
    runserver
    sendtestemail
    shell
    showmigrations
    sqlflush
    sqlmigrate
    sqlsequencereset
    squashmigrations
    startapp
    startproject
    test
    testserver
Note that only Django core commands are listed as settings are not properly configured (error: No module named 'packaging').

Which specific package am I missing? Is this Repo not viable?

I was hoping I could save the hassle of installing netbox from scratch.

This specific repo is used by the openSUSE infrastructure team - it’s not an “official” repo like the main OSS and non-OSS repos.

Honestly not sure where to pull from, as it’s not built for Leap/TW in the main repos.

1 Like

Oh well, at least I tried! Thanks anyway for the response.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.