---
title: pip3安装软件包时，出现read time out报错-昇腾社区
description: 使用pip3下载相关依赖报错，比如执行pip3 install scipy进行安装出现read time out 错误
keywords: CANN;pip3;read time out
url: https://www.hiascend.com/document/caselibrary/detail/canncase_000004.xml
section: (其他)
---

# pip3安装软件包时，出现read time out报错-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/canncase_000004.xml
描述: 使用pip3下载相关依赖报错，比如执行pip3 install scipy进行安装出现read time out 错误
关键词: CANN;pip3;read time out

昇腾文档 [了解详情](https://www.hiascend.com/document)

故障案例 [了解详情](https://www.hiascend.com/document/caselibrary)

pip3安装软件包时，出现read time out报错

pip3安装软件包时，出现read time out报错

2022/06/07

677

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 官方 | 安装部署 | CANN | CANN、pip3、read time out |

#### 问题现象描述

使用pip3下载相关依赖报错，比如执行pip3 install scipy进行安装出现read time out 错误，如下图所示：

#### 原因分析

网络不稳定的情况下，下载时间长而且下载速度慢，尤其是下载 numpy和scipy这种较大的包的时候socket数据通信会经常出现这个问题。

#### 解决措施

结论：更换其他稳定的源。

解决方案：

用 - i 参数来指定常用的其它源，如下命令所示：

pip3 install scipy -i xxxxxx

命令中的 xxxxxx 为客户根据需求自行填写可用的源。

本页内容

- 问题信息
- 问题现象描述
- 原因分析
- 解决措施
