pip安裝selenium
1.安裝:
進入命令列,輸入安裝命令: pip install selenium或pip install selenium==版本號,不加版本號,預設安裝最新版本。
*查詢selenium可安裝的歷史版本
安裝時輸入一個不存在的版本號,報錯資訊裡面就會顯示所有可安裝的版本
這裡我選擇預設安裝:(由於之前安裝過,所有沒有下載安裝包的過程。直接安裝快取的安裝包)
提示安裝成功即可
2、檢視安裝的selenium版本
pip show selenium
3.解除安裝selenium
pip uninstall selenium
4.當安裝過程中很慢,或者安裝總是提示連線超時失敗。可以通過國內源進行安裝
對於預設的pip源的速度實在無法忍受,於是便蒐集了一些國內的pip源,如下:
阿里雲 http://mirrors.aliyun.com/pypi/simple/
中國科技大學 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/
中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/
使用方法很簡單,直接 -i 加 url 即可!如下:pip install -i https://pypi.douban.com/simple/ selenium
相關文章
- pip線上安裝selenium
- pip 安裝 selenium 失敗
- pip 安裝 selenium 提示需要升級
- pip安裝selenium超時解決方法
- 使用pip安裝selenium過程筆記筆記
- pip install selenium安裝沒反應
- python中的pip的安裝以及通過pip命令對selenium進行解除安裝和安裝Python
- python+selenium環境搭建,pip安裝selenium失敗Python
- pip安裝selenium報錯:Read timed out
- 不用cmd來pip install selenium,就直接使用Pycharm安裝 install selenium ??PyCharm
- pip 安裝
- 安裝pip
- pip安裝selenium一直失敗解決辦法
- CentOS安裝pipCentOS
- 使用pip安裝selenium庫一直報錯的解決方法
- [Python爬蟲] 在Windows下安裝PIP+Phantomjs+SeleniumPython爬蟲WindowsJS
- windows下安裝pip,強制升級pip,安裝tensorflowWindows
- pip 清華源安裝
- pip安裝源配置
- pip 安裝 flask、redisFlaskRedis
- Python pip安裝Python
- python安裝pipPython
- Mac 下安裝pipMac
- CentOS 快速安裝pipCentOS
- xFormers pip 安裝ORM
- 使用pip安裝軟體selenium一直失敗解決辦法
- Selenium安裝
- selenium 安裝與 chromedriver安裝Chrome
- CentOS6.5安裝pipCentOS
- centos7 安裝pipCentOS
- pip進行模組安裝
- Linux 下安裝pipLinux
- pip安裝模組失敗
- pip安裝特別慢
- windows中安裝pip工具Windows
- CentOS7.6-pip安裝CentOS
- pip 命令安裝模組包
- Python pip的安裝及解除安裝Python