执行pip install selenium 时报错
来源:2-2 环境搭建实战

慕斯卡6478752
2022-11-16
执行pip install selenium 时报 File “C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2288.0_x64__qbz5n2kfra8p0\lib\site-packages\pip_vendor\urllib3\response.py”, line 440, in _error_catcher raise ReadTimeoutError(self._pool, None, “Read timed out.”) pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out. [notice] A new release of pip available: 22.2.2 -> 22.3.1 [notice] To update, run: C:\Users\GaoKun\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip
1回答
-
Mushishi
2022-11-18
python.exe -m pip install --upgrade pip
执行这个升级一下
00
相似问题