gpt4 book ai didi

python - 安装python包时pip ReadTimeoutError

转载 作者:行者123 更新时间:2023-12-04 12:59:06 24 4
gpt4 key购买 nike

我在尝试安装 python 包时遇到这个错误:

ERROR: Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/f2/12/37c09c37d7ac2bdb6169d5b9409a8e64770a997412edcccc689115d63b97/catboost-0.16-cp36-none-manylinux1_x86_64.whl (Caused by ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)",))


  • 我的网络不在任何防火墙或代理服务器后面。
  • 我也试过使用 --default-timeout=1000 pip 命令中的标志,但有时它对我有用,有时则不起作用。
  • 最佳答案

    我有同样的错误,当我将 pip 更改为 pip3 install 时已修复,因为我使用的是 python3

    pip install <package>
    确保它是:
    pip3 install <package>

    关于python - 安装python包时pip ReadTimeoutError,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61608460/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com