Thursday, 2023-04-27

anoopcsRecently we started seeing "ModuleNotFoundError: No module named 'dataclasses'" while running `jenkins-jobs test jobs`06:39
anoopcshttps://termbin.com/c29i506:40
anoopcsIs that a new requirement?06:41
vsevolod_anoopcs: dataclasses were added to python from version 3.706:43
vsevolod_jjb currently support python versions 3.8, 3.9 and 3.1006:43
anoopcsOk.06:43
anoopcsIsn't that automatically enforced during installation?06:44
vsevolod_I suppose it is not06:44
vsevolod_That is not very good, I agree06:45
anoopcsWe normally install python3-pip and then do `pip3 install jenkins-job-builder`06:45
vsevolod_Yep. All others do the same, I think.06:46
anoopcsI'm not a python expert but how difficult it is to add such a version dependency? Is that something being worked on?06:47
anoopcsJust asking..06:47
anoopcsI can install minimum required version and get on with it06:48
vsevolod_I have created a task for this: https://storyboard.openstack.org/#!/story/201071606:49
vsevolod_But it won't install python for you - it will just fail on pip install06:49
vsevolod_You will need to install proper python version by yourself anyway06:49
anoopcsSure, thanks.06:50

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!