【Python32位运行】

引用解决方案: Anaconda 使用 set CONDA_FORCE_32BIT=1 切换32位环境失败的解决方法.

在使用 set CONDA_FORCE_32BIT=1无效的情况下,
换个命令$Env:CONDA_FORCE_32BIT=1 即可成功.
在这里插入图片描述
接着conda create -n python32 python=3.9 自动下载并安装32位的Python.
在这里插入图片描述

遇到的问题’ModuleNotFoundError: No module named ‘win32’’

在这里插入图片描述

解决方案: python -m pip install pypiwin32