大家好,我是爱编程的喵喵。双985硕士毕业,现担任全栈工程师一职,从事机器学习以及相关的前后端开发工作。曾在阿里云、科大讯飞、CCF等比赛获得多次Top名次。现为CSDN博客专家、人工智能领域优质创作者。
本文主要介绍了ERROR conda.core.link:_execute(502): An error occurred while installing package解决方案,希望能对学习Python的同学们有所帮助。
1. 问题描述
今天在Windows电脑上创建Python3.11环境出现了ERROR conda.core.link:_execute(502): An error occurred while installing package ‘https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge::setuptools-65.5.1-pyhd8ed1ab_0’.FileNotFoundError(2, ‘系统找不到指定的文件。’, None, 2, None)。根据实践可得,其他Python环境如Python3.10、Python3.9、3.8等解决方案是类似的。
在经过了亲身的实践