---
title: Windows上存在代理且未启用Ascend Deployer的代理，导致下载失败-昇腾社区
description: (待补充)
keywords: Ascend Deployer;网络连接;代理;下载
url: https://www.hiascend.com/document/caselibrary/detail/deployercase_0007
section: (其他)
---

# Windows上存在代理且未启用Ascend Deployer的代理，导致下载失败-昇腾社区

URL: https://www.hiascend.com/document/caselibrary/detail/deployercase_0007
描述: (待补充)
关键词: Ascend Deployer;网络连接;代理;下载

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

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

Windows上存在代理且未启用Ascend Deployer的代理，导致下载失败

Windows上存在代理且未启用Ascend Deployer的代理，导致下载失败

2025/01/23

823

问题信息

| 问题来源 | 产品大类 | 产品子类 | 关键字 |
| --- | --- | --- | ---|
| 官方 | 安装部署 | Ascend Deployer | Ascend Deployer、网络连接、代理、下载 |

#### 问题描述

在Windows上使用MindCluster Ascend Deployer工具下载软件包时，下载界面勾选启用代理后使用默认系统代理，下载成功。勾选代理后下载失败。

#### 原因分析

可能是Windows代理设置的屏蔽规则有问题，导致所有网址被屏蔽。

Python的urllib组件解析屏蔽规则时，会使用";"号对屏蔽规则进行分割，若出现";"缺失或多余，可能导致分割异常，进而导致所有网址都被屏蔽。

#### 解决办法

手动修改Windows上代理的设置，方法如下。

1. 单击电脑左下角的图标，单击，进入Windows设置页面。
2. 单击“网络和Internet”&gt;“代理”，进入代理设置页面。
3. 在代理地址末尾添加“；”符号，或者移除“；”符号。
4. 单击“保存”后，重新进入MindCluster Ascend Deployer工具的下载界面，启用代理后尝试重新下载。

Windows下载时，请优先使用MindCluster Ascend Deployer提供的代理设置能力，可以加快下载速度。

本页内容

- 问题信息
- 问题描述
- 原因分析
- 解决办法
