Ubuntu14.04上安裝pip的方法
在Ubuntu14.04上,建議通過下面的方法安裝,這是一種通用的方法,也適用於Windows,當然在Windows下
手動下載下來就行了
wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
sudo python get-pip.py
如果在Ubuntu14.04上你用sudo apt-get install python-pip下載安裝,在使用時有可能出現問題
這是因為通過apt-get安裝的pip版本太老了,老的pip版本依賴requests.compat.IncompleteRead,而在2.4.0版本的requests中已經移除了
requests.compat.IncompleteRead,解決方法是先解除安裝pip(命令為sudo apt-get remove python-pip),然後再用上面的方法重新安裝。
相關文章
- ubuntu14.04上安裝Mysql 5.7方法UbuntuMySql
- Windows10上pip安裝Windows
- pip 安裝
- 安裝pip
- 阿里雲上安裝pip3(Ubuntu)阿里Ubuntu
- CentOS安裝pipCentOS
- Ubuntu14.04安裝JDKUbuntuJDK
- Python pip的安裝及解除安裝Python
- pip安裝selenium超時解決方法
- 如何在 Ubuntu 22.04 上安裝 Python Pip?UbuntuPython
- windows下安裝pip,強制升級pip,安裝tensorflowWindows
- pip安裝selenium
- pip 清華源安裝
- pip安裝源配置
- pip 安裝 flask、redisFlaskRedis
- Python pip安裝Python
- python安裝pipPython
- Mac 下安裝pipMac
- CentOS 快速安裝pipCentOS
- xFormers pip 安裝ORM
- Ubuntu14.04下安裝的QQ版Ubuntu
- 【Python】pip安裝scrapy、mysqlclient出錯的解決方法PythonMySqlclient
- Ubuntu14.04下安裝genymotionUbuntu
- python 使用pip安裝使用國內映象加速下載安裝包的方法Python
- Python3/pip aarch64上的離線安裝Python
- CentOS6.5上安裝Python2.7和PIPCentOSPython
- python中的pip的安裝以及通過pip命令對selenium進行解除安裝和安裝Python
- CentOS6.5安裝pipCentOS
- centos7 安裝pipCentOS
- pip進行模組安裝
- Linux 下安裝pipLinux
- pip安裝模組失敗
- pip線上安裝selenium
- pip安裝特別慢
- windows中安裝pip工具Windows
- CentOS7.6-pip安裝CentOS
- pip 命令安裝模組包
- Ubuntu14.04下Dipy包安裝Ubuntu