_漫不经心 2018-08-13 06:41 采纳率: 0%
浏览 8896
已结题

python 安装selenium出现错误

以下为报错内容__
C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Could not find a version that satisfies the requirement selenium (from versions: )
No matching distribution found for selenium
C:\Python27\lib\site-packages\pip-7.1.2-py2.7.egg\pip_vendor\requests\packages\urllib3\util\ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning

  • 写回答

3条回答 默认 最新

  • harbor_lee 2020-03-22 23:54
    关注

    我的pycharm使用的是阿里镜像站,在pycharm的terminal里输入pip install --index-url http://mirrors.aliyun.com/pypi/simple/ selenium也报了这样的错。
    我是这么解决的,在上面的命令后面接了个--trusted-host mirrors.aliyun.com就好了

    评论

报告相同问题?

悬赏问题

  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式
  • ¥30 数值计算均差系数编程
  • ¥15 redis-full-check比较 两个集群的数据出错
  • ¥15 Matlab编程问题
  • ¥15 训练的多模态特征融合模型准确度很低怎么办
  • ¥15 kylin启动报错log4j类冲突
  • ¥15 超声波模块测距控制点灯,灯的闪烁很不稳定,经过调试发现测的距离偏大
  • ¥15 import arcpy出现importing _arcgisscripting 找不到相关程序