在python 2.7(windows 8.1)中安装OpenSSL时出现不安全平台警告

在python 2.7(windows 8.1)中安装OpenSSL时出现不安全平台警告,python,openssl,Python,Openssl,我已经安装了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 preven

我已经安装了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]
应该修复警告

我已经安装了请求,但仍然收到错误。我运行了命令,并且它的allready得到了满足。我认为现在应该可以工作了,但当我试图在python shell中运行>>>导入OpenSSL并获得error@Echidna,那么它已经安装好了,您认为
pip install OpenSSL
将要安装什么?我正在按照的说明进行操作,我就在这里“如果您已安装pyOpenSSL以使用Twisted的SSL功能,则可以测试该安装是否可以使用:
code>>导入OpenSSL>>导入Twisted.internet.SSL>>导入Twisted.internet.SSL.SSL
是的,您将其导入为
OpenSSL
,但您将其安装为
pyOpenSSL
”,你是说你不能导入它吗?我明白了,但为什么我在所有东西都安装好的情况下仍然在导入时出错呢<代码>代码导入错误:没有名为OpenSSL的模块