91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python安裝pycurl失敗的解決方法

發布時間:2020-08-30 03:15:19 來源:腳本之家 閱讀:228 作者:寶山方圓 欄目:開發技術

Centos安裝pycurl

centos 安裝pycurl
yum install python-devel curl-devel
pip3 install pycurl

Mac(老版本)安裝pycurl

解決MacOS升級后出現xcrun: error: invalid active developer path, missing xcrun的問題

xcode-select --install
然后
dongchang-5:qqmusic baoshan$ pip3 install pycurl
Collecting pycurl
 Using cached pycurl-7.43.0.1.tar.gz
Building wheels for collected packages: pycurl
 Running setup.py bdist_wheel for pycurl ... done
 Stored in directory: /Users/baoshan/Library/Caches/pip/wheels/a5/5b/c8/f80900b09b49815e1f90dbae2f57e49b3f4c61071db40fb238
Successfully built pycurl
Installing collected packages: pycurl
Successfully installed pycurl-7.43.0.1

ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)
解決辦法
# pip uninstall pycurl
# export PYCURL_SSL_LIBRARY=openssl
# pip install pycurl

dongchang-5:qqmusic baoshan$ pip3 install pycurl
Collecting pycurl
Installing collected packages: pycurl
Successfully installed pycurl-7.43.0.1

上述參考自:http://www.kxtry.com/archives/398

dongchang-5:include baoshan$ python3
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycurl
Traceback (most recent call last):
 File "<stdin>", line 1, in <module>
ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl backend (none/other)

參考解決方案:https://www.jianshu.com/p/50b6771eb853

新版本Mac安裝pycurl

但是這里有一個坑:在高版本的mac系統環境變量里是找不到openssl的頭文件的
因為新版本Mac的openssl版本 LibreSSL 2.2.7

pip3 uninstall pycurl# 卸載庫
export PYCURL_SSL_LIBRARY=openssl
export LDFLAGS=-L/usr/local/opt/openssl/lib
export CPPFLAGS=-I/usr/local/opt/openssl/include# openssl相關頭文件路徑
pip3 install pycurl --compile --no-cache-dir # 重新編譯安裝

至此終于搞定。


dongchang-5:pycurl-7.43.0 baoshan$ python3
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pycurl
>>>


參考:https://segmentfault.com/q/1010000012674778

搞了一個多下午,終于找到解決方法。。。

以上這篇Python安裝pycurl失敗的解決方法就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

偏关县| 定结县| 嘉峪关市| 丰宁| 神池县| 成武县| 临海市| 瑞昌市| 嘉祥县| 烟台市| 安乡县| 尼勒克县| 称多县| 衡水市| 石景山区| 乐平市| 通化县| 东丰县| 柳州市| 通渭县| 宣城市| 沙河市| 平舆县| 全州县| 凤冈县| 德格县| 阿合奇县| 中牟县| 云安县| 德令哈市| 类乌齐县| 英山县| 松江区| 阿荣旗| 额济纳旗| 海门市| 景宁| 馆陶县| 潼关县| 静宁县| 江源县|