最近在安装使用pycurl时发现用不了,一查发现是高版本mac中没有引用ssl的问题:

按照下面的代码先卸载pycurl再引入ssl路径,最后再次安装

pip uninstall pycurl
export PYCURL_SSL_LIBRARY=openssl
export LDFLAGS=-L/usr/local/opt/openssl/lib
export CPPFLAGS=-I/usr/local/opt/openssl/include # openssl相关头文件路径
pip install pycurl --compile --no-cache-dir

ImportError: pycurl: libcurl link-time ssl backend (openssl) is different from compile-time ssl back相关推荐

  1. ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile-time ssl backend

    问题 安装了pycurl使用时显示ImportError: pycurl: libcurl link-time ssl backend (nss) is different from compile- ...

  2. 安装Scylla之后出错ImportError: pycurl: libcurl link-time ssl...

    状况 安装Scylla之后出错 [~]$ scylla [3:05:44] 2018-07-02 - 03:06:37 DEBUG: create new db connection Tracebac ...

  3. fatal: Unsupported SSL backend ‘“openssl”‘. Supported SSL backends:

    $ git clone https://github.com/wdg1111/wdgreact.git Cloning into 'wdgreact'... fatal: Unsupported SS ...

  4. Github: fatal: Unsupported SSL backend ‘“openssl”‘. Supported SSL backends: openssl schannel

    具体错误: 解决办法 右键,Git Bash Here,输入: git config --global --unset http.sslBackend

  5. Python报错ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl‘ module is compil

    运行openai模块时,报错 ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is ...

  6. SSL与OpenSSL关系介绍

    SSL与OpenSSL关系介绍  OpenSSL简介 SSL是Secure Socket Layer(安全套接层协议)的缩写,可以在Internet上提供秘密性传输.Netscape公司在推出第一个W ...

  7. SSL与OpenSSL介绍

    OpenSSL简介 SSL是Secure Socket Layer(安全套接层协议)的缩写,可以在Internet上提供秘密性传输.Netscape公司在推出第一个Web浏览器的同时,提出了SSL协议 ...

  8. fatal: Could not set SSL backend to ‘schannel‘:already set

    fatal: Could not set SSL backend to 'schannel':already set IDEA无法正常使用GIT,一般情况下GIT版本低,IDEA版本和GIT版本不兼容 ...

  9. SSL、openSSL、CA

    前言 X509 1 X509证书格式 SSLopenSSLTLS 1 简单介绍 2 openSSL常用命令 21 基础命令 22 文件加密解密 23 计算特征码 24 生成密码 25 生成伪随机数 2 ...

最新文章

  1. 《深入理解Spring Cloud与微服务构建》出版啦!
  2. Intent四个重要属性
  3. linux简单搭建ftp服务器
  4. 增大apache 2的最大连接数
  5. 专访阿里资深研发工程师窦贤明:PG与商业数据库差距并不明显
  6. 《Java 核心技术卷1 第10版》学习笔记------ 对象包装器、自动装箱、拆箱
  7. ceph架构/IO原理分析(齐全)
  8. mysql sleep详解_MySQL中sleep函数的特殊现象示例详解
  9. 最小生成树唯一吗_最小生成树 - 齐芒
  10. PL/SQL中的RSA加密
  11. 职称计算机xp练习题,职称计算机考试模块WindowsXP练习题(1)
  12. [开发笔记]-FireWorks常用操作快捷键
  13. 怎么用transmac制作mac安装盘|transmac制作苹果系统启动U盘方法
  14. 启动报错java.net.ConnectException: [NACOS HTTP-POST] The maximum number of tolerable
  15. ansi_up---实现后端实时日志(带颜色)前端展示
  16. 在哪下载Mysql数据库的JDBC驱动jar包
  17. 好玩的横版射击游戏介绍:Broforce武装原型 for mac
  18. zip4j对处理压缩包及压缩包加密处理
  19. php 字典树,关于php:数据结构PHP-字典树Trie的实现
  20. SpringBoot 基于向量搜索引擎及虹软人脸识别SDK的大规模人脸搜索

热门文章

  1. ESP32 (UART 接收发送)-串口之接收发送通讯(4)
  2. excel 的 多列相乘
  3. 插座学院 L0 第一天
  4. 数据库加密字段的模糊搜索_如何搜索安全加密的数据库字段
  5. 视频教程-新版全面系统完整的电信客服综合案例教程-大数据
  6. html中border细线样式,网页中实现细线边框的两种方法
  7. 第一种三次样条函数的Matlab求解
  8. 微服务架构的分布式事务解决方案(3)--常规MQ队列消息的处理流流程和特点(基于可靠消息的最终一致性)
  9. # 对视频播放器的研究
  10. 携程千人规模团队研发效能提升实践