Python运行错误版本的selenium

时间:2016-11-18 19:21:33

标签: python-2.7 selenium-webdriver pip

我正在尝试将我的Selenium版本更新为当前版本(3.0.1)。打字" sudo easy_install selenium"结果

Best match: selenium 3.0.1
Adding selenium 3.0.1 to easy-install.pth file
Using /Library/Python/2.7/site-packages

这似乎是正确的。

然而,当我运行python并输入import selenium" followed by help ( selenium )时,我看到了

DATA
    __version__ = '2.53.6'    
VERSION
    2.53.6

显然,那是旧版本。

运行pip install -U selenium会产生以下结果:

Requirement already up-to-date: selenium in /Library/Python/2.7/site-packages

运行命令pip show selenium会产生以下结果:

Name: selenium
Version: 3.0.1
Summary: Python bindings for Selenium
Home-page: https://github.com/SeleniumHQ/selenium/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Location: /Library/Python/2.7/site-packages

我只能假设我在某个地方获得了正确版本的硒,并且在任何地方看到了python的错误版本。那么我如何告诉python将其删除并查看应该在哪里呢?

1 个答案:

答案 0 :(得分:0)

您可以尝试卸载selenium然后重新安装吗?

   pip uninstall selenium
   pip install selenium