ERROR: Unsupported Python version: . NetBox requires Python 3.10 or later. #20181
Unanswered
micha11938
asked this question in
Help Wanted!
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Python 3.11.3 is successfully installed. I will set it in the PATH and reboot. Probably that is going to work.
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
…On Tue, Aug 26, 2025 at 20:53, Markku Leiniö ***@***.***(mailto:On Tue, Aug 26, 2025 at 20:53, Markku Leiniö <<a href=)> wrote:
Someone more CentOS-capable can chime in and tell the proper way of installing Python 3.11 on CentOS 8 if that is the problem, I don't know.
What does which python3 give you? Can you try setting PYTHON to that value?
—
Reply to this email directly, [view it on GitHub](#20181 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BFOZPCEGG2WZWSYEK23QVI33PSUJZAVCNFSM6AAAAACE3H6LK6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRSGUYTENI).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Centos 8
Upgraded to PYTHON 3.11.3
netbox]$ python3 --version
Python 3.11.3
[netbox$ ls
debug kernels Python-3.11.3 Python-3.11.3.tgz
sudo PYTHON=/usr/src/python3.11.3 ./upgrade.sh
Message 👍
ERROR: Unsupported Python version: . NetBox requires
Python 3.10 or later. To specify an alternate Python executable, set
the PYTHON environment variable. For example:
Why this error. Python version 3.10 or higher is required.
3.11.3 is higher then 3.10
Beta Was this translation helpful? Give feedback.
All reactions