Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
仓内使能ES 构图后,在某些配网环境下会因下载缺失的ES依赖的python工具包失败导致编包失败
Atlas A3
拉取transformer仓代码后,source CANN包,bash build.sh --pkg执行编包,同时因为没有第三方库,为了能正常下载配置了外网代理。
期望为:用户通过编包失败后的报错打印,结合requirements.txt,手动配置python环境,自行安装setuptools以满足编包要求。
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
Describe the current behavior / 问题描述 (Mandatory / 必填)
仓内使能ES 构图后,在某些配网环境下会因下载缺失的ES依赖的python工具包失败导致编包失败
Environment / 环境信息 (Mandatory / 必填)
Atlas A3
Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)
拉取transformer仓代码后,source CANN包,bash build.sh --pkg执行编包,同时因为没有第三方库,为了能正常下载配置了外网代理。
Describe the expected behavior / 预期结果 (Mandatory / 必填)
期望为:用户通过编包失败后的报错打印,结合requirements.txt,手动配置python环境,自行安装setuptools以满足编包要求。
Related log / screenshot / 日志 / 截图 (Mandatory / 必填)
ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0
Special notes for this issue/备注 (Optional / 选填)