文章詳情頁
Python devel安裝失敗問題解決方案
瀏覽:85日期:2022-07-22 08:58:20
環境:Linux-CentOS8,Python3.6
如果你遇到python-devel無法安裝的問題,發現如下錯誤:
[root@localhost mongodb-src-r4.2.7]# yum install python-develLast metadata expiration check: 0:05:23 ago on Sun 07 Jun 2020 12:53:56 AM CST.No match for argument: python-develError: Unable to find a match: python-devel
解決方案之一是:
yum install python36-devel
即使用3.6版本去安裝。
有了Python36-devel,pip3安裝就更順暢了。
以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。
上一條:python 元組的使用方法下一條:python屬于跨平臺語言碼
相關文章:
排行榜
