pip install 改下載源方式
臨時使用
pip install ModuleName -i
https://pypi.douban.com/simple
永久使用
找到python的安裝路徑 然後找到Lib\site-packages\pip\commands下的search.py檔案,裡面有如下兩行程式碼
from pip.models import PyPI default=PyPI.pypi_url,
可以看出來PyPI.pypi_url是從moudels模組裡匯入的,所以找到moudels模板,該模組位於Lib\site-packages\pip\models,開啟moudels裡面的 index.py檔案
PyPI = Index(‘https://pypi.python.org/’)
修改https://pypi.python.org/ 為 https://pypi.douban.com/simple
相關文章
- pip install METIS
- pip install uwsgi==2.0.23
- pip install 提示:Could not install packages due to an EnvironmentErrorPackageError
- Python:conda install 和pip install的區別Python
- python安裝失敗,改下源Python
- pip install scrapy報錯:error: UnableError
- Linux下python pip install失敗LinuxPython
- python武器庫 - 環境包安裝 - pip install 設定國內源Python
- pip install selenium安裝沒反應
- 不用cmd來pip install selenium,就直接使用Pycharm安裝 install selenium ??PyCharm
- pip 換源
- pip源修改
- 更新pip源/anaconda源
- 使用pip install mysqlclient命令安裝mysqlclient失敗?MySqlclient
- Python 在 20201010 之後的 pip3 installPython
- windows下pip install xx 遇到的 ConnectionResetError問題WindowsError
- Python pip換源Python
- Python pip 源配置Python
- 解決You should consider upgrading via the 'python -m pip install --upgrade pip' command. (pip工具版本較低導致)IDEPython
- pip/pip3更換國內源
- 如何徹底解決pip install慢的問題
- pip install scrapy 報異常時怎麼處理?
- pip 的國內映象源來加速包的下載
- pip更換映象源
- pip 映象源設定
- pip安裝源配置
- Pip源設定(使用清華源)
- 升級pip報錯ERROR: Could not install packages due to an OSError: [WinError 5]ErrorPackage
- windows終端輸入pip install requests報錯:Fatal error in launcherWindowsError
- python的pip使用阿里源Python阿里
- pip 清華源安裝
- ubuntu更換安裝源和pip映象源Ubuntu
- pip 配置與更換映象源
- pip更換資料來源
- Windows手動新增python、pip環境變數及修改pip源WindowsPython變數
- pip安裝如何新增清華源
- Python pip設定為清華源Python
- 【二】pip換源以及PyCharm的功能PyCharm