繁体   English   中英

错误:找不到满足要求 webdriver 的版本(来自版本:无)

[英]ERROR: Could not find a version that satisfies the requirement webdriver (from versions: none)

从 selenium 导入 webdriver

class IB: def init (self): browser = webdriver.chrome() browser.get(" https://www.instagram.com/ ")

IB() 我得到的错误是错误:找不到满足 webdriver 要求的版本(来自版本:无)

块引用

I have installed selenium perfectly (i guess so) The IDE i'm using is PyCharm and it is fully updated as of June 2020 My pip is fully updated Can someone please help me?

在此处输入图像描述

我猜你没有安装 chrome 的驱动程序,请参阅https://selenium-python.readthedocs.io/installation.html中的驱动程序部分

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM