pip安装selenium,pip install selenium 类型这样错误 1 原因可能不是以管理员身份运行cmd安装selenium 2 解决方式 也是要管理员身份运行 重点在最后一句 You are using pip version 9.0.1, however version 19.0.3 is available.You should consider upgrading via the 'python -m pip install --upgrade pip' comma
cmd输入安装selenium指令: pip install selenium 1.报错 Could not find a version that satisfies the requirement selenium (from versions: )No matching distribution found for selenium 说找不到合适的版本 解决:找了很多资料,其中有个说切换网络的,我试了一下,果然有用.我连接的移动校园网,后来用手机开了4G热点,连接后再下载,就没有这个报错了