yum pycurl: libcurl link-time version is older than compile-time version解決方案
在執行yum 命令時,出現如下錯誤:
pycurl: libcurl link-time version is older than compile-time version
錯誤的原因就是pycurl的版本太舊了,解決方案就是重灌下pycurl。
重灌命令較為簡單,先解除安裝(最好執行兩次)
pip uninstall pycurl
再安裝
pip install pycurl
但是如果本機安裝了conda,則可能有多個python環境。必須重灌yum使用的python環境中的pycurl才會生效。需要確認yum使用的python環境是哪個。
先找到yum在哪
[[email protected] ]# whereis yum
yum: /usr/bin/yum /etc/yum /etc/yum.conf /usr/share/man/man8/yum.8
檢視yum原始碼
vi /usr/bin/yum
可以看到yum預設使用python是
#!/usr/bin/python
在指定python環境中執行pip
/usr/bin/python -m pip list
/usr/bin/python -m pip uninstall pycurl
/usr/bin/python -m pip install pycurl
相關推薦
yum pycurl: libcurl link-time version is older than compile-time version解決方案
在執行yum 命令時,出現如下錯誤: pycurl: libcurl link-time version is older than compile-time version 錯誤的原因就是pycurl的版本太舊了,解決方案就是重灌下pycurl。 重灌命令較為簡單,先
zabbix監控用yum安裝找不到mysql_config,或者newly created file is older than distributed files!
linux1)找不到myql_config 安裝mysql-community-devel即可產生mysql-config2. configure: error: newly created file is older than distributed files!系統時間和硬件時間不一樣hwclock -
Error:Minimum supported Gradle version is 2.14.1. Current version is 2.10.原因分析和解決。
圖片 幫助 url err ... tle IT .net fcm 最近和主管一起開發項目一直出現這個問題: Error:Minimum supported Gradle version is 2.14.1. Current version is 12.10. If usi
解決CUDA driver version is insufficient for CUDA runtime version
問題 在伺服器上安裝mxne的GPU版本 sudo pip install mxnet-cu80==1.2.1 然後在gpu上建立資料 import mxnet as mx mx.nd.array([0], ctx = mx.gpu()) 發現報錯。 mxnet.base.MXNetErro
system.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727'...問題解決方案
system.IO.FileLoadException: Mixed mode assembly is built against version ‘v2.0.50727’問題解決方案 載入了大恆影象的GxIAPINET.dll 檔案後,出現瞭如下錯誤提示 system.
“CUDA driver version is insufficient for CUDA runtime version”問題解決
建立tensorflow虛擬環境 conda create -n tensorflow python=3.6 進入虛擬環境 source activate tensorflow 安裝完tensorflow-gpu 問題error:sess不能生成,出
Android 之 Error:Minimum supported Gradle version is 2.14.1. Current version is 2.10. If using the g
1。前沿 studio倒入專案莫名出現下面的錯誤: Error:Minimum supported Gradle version is 2.14.1. Current version is 2.10. If using the gradle wrappe
tensorflow的CUDA driver version is insufficient for CUDA runtime version 問題解決方案。
CUDA driver version is insufficient for CUDA runtime version 翻譯過來就是CUDA的驅動程式版本跟CUDA的執行時版本不匹配! 1.CUDA driver version(驅動版本):就是NVIDIA GPU的驅動程
The current epoch, 0, is older than the last zxid
database 自動同步 upm partial main ror ret secure cep 2019-01-11 10:33:19,963 [myid:] - INFO [main:QuorumPeerConfig@136] - Reading configura
Your global Angular CLI version (6.0.8) is greater than your local version (1.7.4). The local Angula
1.使用命令列建立新專案的時候遇到的錯誤:Your global Angular CLI version (6.0.8) is greater than your localversion (1.7.4). The local Angular CLI version is u
Python 3.5.2 TypeError: a bytes-like object is required, not 'str’問題解決方案
con 指定 err byte 讀取 字節 code 解決方案 錯誤 運行環境Mac Python 3.5.2 Q: http_response = """\ HTTP/1.1 200 OK Hello, World! """ client_connection.se
postgis-2.0.dll": %1 is not a valid Win32 application解決方案
下載地址: 連結: https://pan.baidu.com/s/1qLrmqEoFdvf4n9vkw-RSxw 密碼: 63l2 參考部落格: https://blog.csdn.net/atzhangzt/article/details/69788102?locationNu
android:Unable to add window -- token null is not for an application的解決方案
Error程式碼: new AlertDialog.Builder(getActivity().getApplicationContext()) .setTitle("No phone access permission") ****** .show(); Err
java.sql.SQLException: The server time zone value '???ú±ê×??±??'的報錯解決方案
問題描述: 利用JDBC連線資料時,會報錯誤具:java.sql.SQLException: The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zone. Yo
Node.js使用MongoDB3.4+Access control is not enabled for the database解決方案
今天使用MongoDB時遇到了一些問題 建立資料庫連線時出現了warnings 出現這個警告的原因是新版本的MongDB為了讓我們建立一個安全的資料庫 必須要進行驗證 後來在外網找到了答案 解決方案如下: 建立管理員 use admin d
關於 "未能載入檔案或程式集“Newtonsoft.Json, Version=4.5.0.0, 錯誤的解決方案
經過自己一天的研究到底為什麼,還有結合網上的一些大神的解決方案和了解,歸結出幾點 第一,如果你的引用是不存在的(即使你引用的是你需要的,新的)vs自動會自動找到舊的版本,因為bin裡面沒有,你先檢查bin目錄有沒有! 第二,web.config配置的版本號跟實際想要版本號
Android Studio中模擬器中關於VT-x is disabled in BIOS錯誤的解決方案
首先給出我遇到這個問題時找到的解決答案:http://stackoverflow.com/questions/26355645/error-in-launching-avd-with-amd-proce
The requested resource is not available 的9種解決方案
ppi ext con 允許 文件夾 guestbook res http 配置文件 HTTP Status 404(The requested resource is not available)異常主要是路徑錯誤或拼寫錯誤造成的,請按以下步驟逐一排查: 1. 右鍵項目
Time range (447392) for take 'Take 001' is larger than maximum allowed(100000).
delete http anim nbsp read .cn unit oom threads http://www.cnblogs.com/lopezycj/archive/2012/05/16/unity3d_tuchao.html https://forum.