Page MenuHomePhabricator

TotalSeg: Add check for Python version
Closed, ResolvedPublic

Description

TotalSegmentator works with python>=3.9. However, currently only whether or not python is there is checked by MITK while installation, not the exact version of it.
So a version check should be added to prevent users from using old python to install the tool backend.
It seems users still have unsupported/older python versions used during the hackathon.

Related Objects

Event Timeline

a178n triaged this task as High priority.Nov 17 2023, 11:49 AM
a178n created this task.

Basic version checks are introduced via D888. Further refinements in the code will be follow later on.

Deleted branch from rMITK MITK: feature/T30256-add-python-version-check.