安装torchtext;pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.python

1.安装torchtext

在cmd窗口中输入命令:pip install torchtext

2. 出现pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.python

网速问题,设置延长等待时间即可解决

pip --default-timeout=1000 install -U 模块名
例如:
pip --default-timeout=1000 install -U torchtext

你可能感兴趣的:(安装torchtext;pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.python)