Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

control-service: revert job builder python version #1840

Merged
merged 4 commits into from
Apr 4, 2023

Conversation

mrMoZ1
Copy link
Contributor

@mrMoZ1 mrMoZ1 commented Apr 4, 2023

what: reverted to previously used python version for the job builder container and bumped version.txt to trigger new release.

why: as a part of this PR #1810 job builder version was bumped, however this introduces problems with the awscli library used in the builder - it now fails with a missing module. :
... File "/usr/lib/python3.10/site-packages/dateutil/tz/tz.py", line 19, in <module> import six ModuleNotFoundError: No module named 'six'

Reverting to python 3.7 seems to fix the issue.

testing: created image locally and tested that aws commands in container work as expected.

mrMoZ1 added 2 commits April 3, 2023 13:15
Signed-off-by: mrMoZ1 <mzhivkov@vmware.com>
Signed-off-by: mrMoZ1 <mzhivkov@vmware.com>
Momchil Z added 2 commits April 4, 2023 14:36
Signed-off-by: mrMoZ1 <mzhivkov@vmware.com>
@mivanov1988
Copy link
Contributor

Should be a possible solution to install six package?

@mrMoZ1 mrMoZ1 merged commit fd861fc into main Apr 4, 2023
8 of 9 checks passed
@mrMoZ1 mrMoZ1 deleted the person/mzhivkov/new-builders branch April 4, 2023 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants