Skip to content

Suggest user installs Python 3.8 or 3.9 for Ubuntu 22.04

Ubuntu comes pre-installed with Python 3.10 by default. The version of setuptools which is installed with Python 3.10 includes a breaking change to setup.cfg. PyYAML is updated to match in 6.x but that version is not compatible with kas 3.2.

In the developer guide, advise the user to install Python 3.8. or 3.9 if they are using Ubuntu 22.04. There are many ways of doing that (apt v miniconda v asdf) so leave that choice to the developer

Edited by Adam Johnston

Merge request reports