- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我已经安装了 pyOpenSSL 和所有必需的包,但我在安装 OpenSSL 时收到此警告。
$ pip install OpenSSL
Collecting OpenSSL
C:\python27\lib\site-packages\pip\_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSL
Context object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL conn
ections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarni
ng.
InsecurePlatformWarning
Could not find a version that satisfies the requirement OpenSSL (from versions: )
No matching distribution found for OpenSSL
我已经尝试了几乎所有方法,但仍然一无所获。
最佳答案
是pyOpenSSL,没有OpenSSL
包:
pip install pyOpenSSL
并且 pip install requests[security]
应该修复警告
关于python - 在 python 2.7 (windows 8.1) 中安装 OpenSSL 时出现 InsecurePlatformWarning,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31813429/
自此消息 lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning:
我正在尝试执行 vagrant up 但一直遇到此错误: ==> default: IOError: [Errno 13] Permission denied: '/usr/local/lib/pyt
我在构建 Docker 镜像时收到此警告: /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:
`我正在运行 AWS EC2操作系统:ubuntu 14.04 python --版本Python 2.6.9 pip --版本来自/usr/local/lib/python2.6/site-pack
我安装了 Python 3.4.0,但无法使用 pip。然后我从 python.org 安装了 pip。然后我设置路径。当我使用 pip 时,它会报告这些: C:\Users\think\Down
当我通过 python REST API (pyral) 连接到 Rally 时,我收到以下警告。 C:\PYTHON27\lib\site-packages\requests-2.6.0-py2.7
这个问题在这里已经有了答案: SSL InsecurePlatform error when using Requests package (16 个答案) 关闭7年前。 尝试使用以下代码通过 pyt
我已经安装了 pyOpenSSL 和所有必需的包,但我在安装 OpenSSL 时收到此警告。 $ pip install OpenSSL Collecting OpenSSL C:\python27\
我目前在 Ubuntu 14.04 和 python 2.7.6 上运行 pip,版本 1.5.4,无法将 pip 升级到最新版本。 当我运行 pip install --upgrade pip 时,
以前我曾经通过 pip 安装软件包,但现在我尝试使用 pip 安装 Python 库,出现 SSL 错误: /home/teleduce/.virtualenvs/teleduce_handler/
我是一名优秀的程序员,十分优秀!