码迷,mamicode.com
首页 > 其他好文 > 详细

安装selenium,驱动geckodriver,及出现的问题

时间:2019-04-20 13:04:20      阅读:374      评论:0      收藏:0      [点我收藏+]

标签:csharp   could   rem   highlight   error   could not   cmd   hat   ssi   

 

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热点,连接后再下载,就没有这个报错了。

但是:出现了新的错误:

技术图片

 

2.报错:Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘C:\\Program Files\\Python37\\Lib\\site-packages\\selenium‘
Consider using the `--user` option or check the permissions.

解决:权限问题,把安装指令改为:

pip install --user selenium

 技术图片

成功安装,警告被我忽略了。

 

安装驱动geckodriver(驱动用于打开浏览器)

下载地址:https://github.com/mozilla/geckodriver/releases

解压到python文件根目录。

技术图片

 

安装selenium,驱动geckodriver,及出现的问题

标签:csharp   could   rem   highlight   error   could not   cmd   hat   ssi   

原文地址:https://www.cnblogs.com/cttcarrotsgarden/p/10740383.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!