码迷,mamicode.com
首页 > 编程语言 > 详细

Python - python-devel无法安装的问题解决方案

时间:2020-06-07 09:18:51      阅读:412      评论:0      收藏:0      [点我收藏+]

标签:pip   pytho   yum   tps   cst   inux   方案   style   nbsp   

环境:Linux-CentOS8,Python3.6

如果你遇到python-devel无法安装的问题,发现如下错误:

[root@localhost mongodb-src-r4.2.7]# yum install python-devel
Last metadata expiration check: 0:05:23 ago on Sun 07 Jun 2020 12:53:56 AM CST.
No match for argument: python-devel
Error: Unable to find a match: python-devel

 

解决方案之一是:

yum install python36-devel

即使用3.6版本去安装。

 

技术图片

有了Python36-devel,pip3安装就更顺畅了。

Python - python-devel无法安装的问题解决方案

标签:pip   pytho   yum   tps   cst   inux   方案   style   nbsp   

原文地址:https://www.cnblogs.com/johnthegreat/p/13058230.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!