-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Description
NetBox version
v3.2.1
Python version
3.8
Steps to Reproduce
- Run
upgrade.shon a system with Python 3.7 only
Expected Behavior
upgrade.sh should complain about the minimum required Python version (3.8 for NetBox 3.2)
Observed Behavior
# ./upgrade.sh
Using Python 3.7.3
...
ERROR: Could not find a version that satisfies the requirement Django==4.0.4
so there is no direct error message about the Python version.
In the start of upgrade.sh there is a Python version check but it only checks for 3.7+ while Python 3.8+ is required for NetBox 3.2.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application