Python Tools problem

I just finished installing letsencrypt on CENTOS 6.7, generating and installing certs after lots of troubleshooting
However somewhere in the middle of the process i had to uninstall python tools to able able to continue (it was installing python27 since the server was running python26)

Today i get a warning email from my server that it couldn’t update because of conflicts:

[2016-05-04 16:40:25 -0400] * base: mirrors.advancedhosters.com
[2016-05-04 16:40:25 -0400] * epel: mirror.symnds.com
[2016-05-04 16:40:25 -0400] * extras: repo1.ash.innoscale.net
[2016-05-04 16:40:32 -0400] Resolving Dependencies
[2016-05-04 16:40:32 -0400] --> Running transaction check
[2016-05-04 16:40:32 -0400] —> Package python-tools.x86_64 0:2.6.6-64.el6 will be installed
[2016-05-04 16:40:35 -0400] --> Finished Dependency Resolution
[2016-05-04 16:40:35 -0400]
[2016-05-04 16:40:35 -0400]
[2016-05-04 16:40:35 -0400] Total download size: 870 k
[2016-05-04 16:40:35 -0400] Installed size: 2.7 M
[2016-05-04 16:40:35 -0400] Downloading Packages:
[2016-05-04 16:40:35 -0400] Running rpm_check_debug
[2016-05-04 16:40:35 -0400] Running Transaction Test
[2016-05-04 16:40:35 -0400] E
[2016-05-04 16:40:35 -0400] E (XID ueyuk8) The system failed to execute yum with the arguments “-y -c /etc/yum.conf install python-tools” because of an error: The “/usr/bin/yum” command (process 2897) reported error number 1 when it ended. :
[2016-05-04 16:40:35 -0400] Transaction Check Error:
[2016-05-04 16:40:35 -0400] file /usr/bin/2to3 from install of python-tools-2.6.6-64.el6.x86_64 conflicts with file from package python27-tools-2.7.11-1.ius.centos6.x86_64
[2016-05-04 16:40:35 -0400] Error Summary
[2016-05-04 16:40:35 -0400] -------------
[2016-05-04 16:40:35 -0400] checkyum version 22.3
[2016-05-04 16:40:37 -0400] E Sysup: Needed system RPMs were not installed: python-tools
[2016-05-04 16:40:37 -0400] ***** FATAL: Cannot proceed. Needed system RPMs were not installed.
[2016-05-04 16:40:37 -0400] The Administrator will be notified to review this output when this script completes
=> Log closed Wed May 4 16:40:37 2016

How do i fix this without having to remove python27 so letsencrypt continues to work?
Any help is highly appreciated

1 Like

I filed https://github.com/letsencrypt/letsencrypt/issues/2921 in our issue tracker. I’m not sure whether or not we can officially support your system, but hopefully someone can clarify the situation in the issue tracker.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.