-
Notifications
You must be signed in to change notification settings - Fork 136
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
certbot has a python problem on centos 7 #230
Comments
That suggests a packaging bug or possibly a locally installed pypi package where futures doesn't match that version spec. Not sure there's a lot we can do here. |
This was on a fresh centos 7 test VM. I agree it could very well be a centos packaging problem. As this mod lists centos 7 in its metadata I thought it possible someone else had run into this. I will try to look into it today. |
Installing |
I'd like to avoid adding workarounds here instead of fixing it upstream. A trivial reproducer on CentOS 7:
In particular, this is listed in # rpm -qf /usr/lib/python2.7/site-packages/s3transfer-0.1.13-py2.7.egg-info/requires.txt
python-s3transfer-0.1.13-1.el7.0.1.noarch
# yum info python-s3transfer-0.1.13-1.el7.0.1.noarch
Loaded plugins: fastestmirror, ovl
Loading mirror speeds from cached hostfile
* base: mirror.karneval.cz
* epel: ftp.icm.edu.pl
* extras: mirror.karneval.cz
* updates: mirror.karneval.cz
Installed Packages
Name : python-s3transfer
Arch : noarch
Version : 0.1.13
Release : 1.el7.0.1
Size : 28 M
Repo : installed
From repo : base
Summary : An Amazon S3 Transfer Manager
URL : https://github.com/boto/s3transfer
License : ASL 2.0
Description : S3transfer is a Python library for managing Amazon S3 transfers.
# rpm -q --requires python-s3transfer-0.1.13-1.el7.0.1.noarch
python(abi) = 2.7
python-dateutil >= 1.4
python-docutils >= 0.10
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1 A quick look in bugzilla, it appears this is https://bugzilla.redhat.com/show_bug.cgi?id=1834529 |
@ekohl Nice find! You beat me too it. |
Note that the BZ issue has been open for over 2 months already. |
soooooooo, how do we get someone who can do something about it to care? |
And by now the BZ has been closed as WONTFIX :( |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
certbot has a broken python env.
What behaviour did you expect instead
Ponies!
Output log
The text was updated successfully, but these errors were encountered: