conda安装python3.5.2出错时间:2025-05-07 08:02:48conda安装新环境python=3.5.2时出错。 原因是原有通道无法找到相应的python库。 conda create -n +envname+ python = 3.5.2 --channel conda-forge