在無法直接訪問外部網絡的情況下,可以通過配置代理服務器來使用pip install
命令。以下是幾種常見的代理設置方法:
Windows系統:
set HTTP_PROXY=http://[user:password@]proxy_server:port
set HTTPS_PROXY=http://[user:password@]proxy_server:port
Linux/Unix系統:
export HTTP_PROXY=http://[user:password@]proxy_server:port
export HTTPS_PROXY=http://[user:password@]proxy_server:port
Windows系統:
在%APPDATA%\pip\pip.ini
文件中添加以下內容:
[global]
index-url=https://mirrors.aliyun.com/pypi/simple/
proxy=http://[user:password@]proxy_server:port
[install]
trusted-host=mirrors.aliyun.com
Linux/Unix系統:
在~/.pip/pip.conf
文件中添加以下內容:
[global]
index-url=https://mirrors.aliyun.com/pypi/simple/
proxy=http://[user:password@]proxy_server:port
[install]
trusted-host=mirrors.aliyun.com
Windows系統:
在命令行中輸入以下命令:
set HTTP_PROXY=http://[user:password@]proxy_server:port
set HTTPS_PROXY=http://[user:password@]proxy_server:port
Linux/Unix系統:
在命令行中輸入以下命令:
export HTTP_PROXY=http://[user:password@]proxy_server:port
export HTTPS_PROXY=http://[user:password@]proxy_server:port
pproxy
等第三方庫來搭建本地代理。pip.conf
文件中設置代理,該文件的位置因操作系統而異。希望這些方法能幫助您解決pip install
時的代理設置問題。