jenkins-job-builder does not work with python-six-1.3.0 from RHEL7
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
New
|
Undecided
|
Unassigned | ||
Python Jenkins |
Fix Released
|
Undecided
|
Sorin Sbarnea |
Bug Description
jenkins-job-builder should require specific python-six version because it does not work with python-six comming with RHEL7:
jenkins-jobs --conf xyz.ini --ignore-cache update <path_to_
Traceback (most recent call last):
File "/usr/bin/
from jenkins_jobs.cmd import main
File "/usr/lib/
from jenkins_
File "/usr/lib/
import jenkins
File "/usr/lib/
from six.moves.
ImportError: No module named http_client
# rpm -q python python-six
python-
python-
Changed in python-jenkins: | |
assignee: | nobody → Sorin Sbârnea (sorin-sbarnea) |
Changed in openstack-ci: | |
assignee: | nobody → Sorin Sbârnea (sorin-sbarnea) |
Changed in python-jenkins: | |
status: | New → Invalid |
Changed in python-jenkins: | |
status: | Invalid → Fix Released |
Changed in openstack-ci: | |
assignee: | Sorin Sbarnea (ssbarnea) → nobody |
I am running Mac OS X 10.10.2 with Python 2.7.6 preinstalled and this bug also affects me. Previously six 1.4.1 was installed. I upgraded to six 1.9.0 but the same error appears.
Which version of six works? Then at least that can be used as a workaround.