Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if yum error occurs after CentOS 7 upgrades Python to 3.6.6?

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you CentOS 7 upgrade Python to 3.6.6 yum error how to do, I believe that most people do not know much, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to know it!

Recently, the operating system of a test server was upgraded to Cent0S 7.5, and then Python was also upgraded from 2.7.5 to Python 3.6.6. After the upgrade, an exception was found when yum installed related packages and reported an error such as "File" / usr/libexec/urlgrabber-ext-down ", line 28". The specific error messages are as follows:

# yum install openssl

..

Total download size: 1.7 M

Is this ok [y/d/N]: y

Downloading packages:

Delta RPMs disabled because / usr/bin/applydeltarpm not installed.

File "/ usr/libexec/urlgrabber-ext-down", line 28

Except OSError, e:

^

SyntaxError: invalid syntax

File "/ usr/libexec/urlgrabber-ext-down", line 28

Except OSError, e:

^

SyntaxError: invalid syntax

After testing and verification, this problem can be solved in the following way:

Modify Python version information in / usr/libexec/urlgrabber-ext-down

Vi / usr/libexec/urlgrabber-ext-down change / usr/bin/python to / usr/bin/python2.7.

These are all the contents of this article entitled "what to do if yum goes wrong after CentOS 7 upgrades Python to 3.6.6?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report