国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > Python > 正文

Python安裝pycurl失敗的解決方法

2020-01-04 14:21:50
字體:
來源:轉載
供稿:網友

Centos安裝pycurl

centos 安裝pycurlyum install python-devel curl-develpip3 install pycurl

Mac(老版本)安裝pycurl

解決MacOS升級后出現xcrun: error: invalid active developer path, missing xcrun的問題xcode-select --install然后dongchang-5:qqmusic baoshan$ pip3 install pycurlCollecting pycurl Using cached pycurl-7.43.0.1.tar.gzBuilding 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/f80900b09b49815e1f90dbae2f57e49b3f4c61071db40fb238Successfully built pycurlInstalling collected packages: pycurlSuccessfully installed pycurl-7.43.0.1ImportError: 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 pycurldongchang-5:qqmusic baoshan$ pip3 install pycurlCollecting pycurlInstalling collected packages: pycurlSuccessfully installed pycurl-7.43.0.1上述參考自:http://www.kxtry.com/archives/398dongchang-5:include baoshan$ python3Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25)[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwinType "help", "copyright", "credits" or "license" for more information.>>> import pycurlTraceback (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.7pip3 uninstall pycurl# 卸載庫export PYCURL_SSL_LIBRARY=opensslexport LDFLAGS=-L/usr/local/opt/openssl/libexport CPPFLAGS=-I/usr/local/opt/openssl/include# openssl相關頭文件路徑pip3 install pycurl --compile --no-cache-dir # 重新編譯安裝至此終于搞定。dongchang-5:pycurl-7.43.0 baoshan$ python3Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25)[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwinType "help", "copyright", "credits" or "license" for more information.>>> import pycurl>>>參考:https://segmentfault.com/q/1010000012674778

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

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


注:相關教程知識閱讀請移步到python教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 深泽县| 濮阳市| 手游| 安阳县| 定安县| 郓城县| 都兰县| 岗巴县| 庄浪县| 凉城县| 黎平县| 临沧市| 镇安县| 桓台县| 定西市| 额敏县| 英吉沙县| 瓦房店市| 彰化县| 东丰县| 东乌珠穆沁旗| 且末县| 江川县| 梧州市| 德令哈市| 大石桥市| 滨州市| 南阳市| 黄龙县| 上蔡县| 蓝山县| 云浮市| 平原县| 英德市| 孝昌县| 栾川县| 平罗县| 宁城县| 成武县| 华容县| 辽宁省|