进入32模式
set CONDA_FORCE_32BIT=1
创建环境
conda create --name yourEnv python=3.8
退出32模式
set CONDA_FORCE_32BIT=0
ok
FL1623863129
[环境配置]conda 64位安装32位python