原文:pip安裝selenium時提示Unknown or unsupported command 'install'

安裝流程: .安裝Python .安裝pip 下載setuptoos並安裝,然后輸入:easy install pip 然后 配置path:C: Python Scripts 安裝selenium :輸入 pip install selenium,后來出現問題Unknown or unsupported command install 原因:多個軟件存在pip命令 解決方法: ...

2016-08-29 17:32 0 3940 推薦指數:

查看詳情

python pip install 安裝時報錯Unknown or unsupported command 'install'

今天在windows下進入cmd想利用pip安裝python的requests模塊時運行報錯,報錯截圖 網上百度后找到兩種解決辦法: 方法1: 首先執行:where pip 得到結果,如果這個結果,不僅僅是Python下面的安裝路徑的話,例如,loadrunner也會有pip ...

Tue Feb 19 17:03:00 CST 2019 0 750
關於“Unknown or unsupported command 'install'”問題解決的小結

經常需要在COMMAND命令中安裝第三方庫,有時會碰到“Unknown or unsupported command 'install'”這種報錯。 剛開始,以為是環境變量里面沒有配置:PYTHON的路徑,或者PYTHON\SCRIPTS的路徑。在PATH中添加C:\Python27\,不管用 ...

Sun Oct 29 03:56:00 CST 2017 0 2443
ERROR: unknown command "pip"

入Python下的那個pip路勁; 3、再通過pip install selenium 安裝 即可; ...

Thu Jan 09 18:46:00 CST 2020 1 2789
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM