Skip to content

Error runnig /opt/netbox/upgrade.sh #19269

Answered by pheus
zany2dmax asked this question in Help Wanted!
Discussion options

You must be logged in to vote

Hi there! Just a quick note to keep in mind - NetBox officially supports Python 3.10, 3.11, and 3.12. Python 3.13 isn't officially supported yet, so using it might lead to some unexpected issues during installation or upgrades.

That said, the specific error you're seeing (fatal error: Python.h: No such file or directory) indicates that the required Python development headers are missing. You can likely resolve this by installing the appropriate development package. On Fedora, that would be:

sudo dnf install python3-devel

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by zany2dmax
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants