账号密码登录
微信安全登录
微信扫描二维码登录

登录后绑定QQ、微信即可实现信息互通

手机验证码登录
找回密码返回
邮箱找回 手机找回
注册账号返回
其他登录方式
分享
  • 收藏
    X
    ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2k-fips 26 Jan 2017. See: https://github.com/urllib3/urllib3/issues/2168
    12
    0

    ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2k-fips 26 Jan 2017. See: https://github.com/urllib3/urllib3/issues/2168

    0
    打赏
    收藏
    点击回答
        全部回答
    • 0
    • 孤独街角 普通会员 1楼

      This error message is indicating that the urllib3 library, which is used for making HTTP requests, is not compatible with the version of OpenSSL that is being used in your system. To fix this error, you can try upgrading your OpenSSL version to the latest version that is compatible with urllib3. You can do this by running the following command: sudo apt-get install openssl

      This will install the latest version of OpenSSL that is compatible with urllib3. Alternatively, you can try using a different HTTP client library that is compatible with OpenSSL, such as requests. This library is not affected by this error and should work as expected.

    更多回答
    扫一扫访问手机版
    • 回到顶部
    • 回到顶部