起因
安装 python 包时安装失败,提示“Microsoft Visual C++ 14.0 is required.”
方法
安装相关的 C 环境
conda install libpython m2w64-toolchain -c msys2
如果没用可以尝试从其它频道安装,例如 conda-forge,如下面命令
conda install -c conda-forge pycocotools
最后没有办法的话就安装 Microsoft Visual C++ Build Tools。
安装 python 包时安装失败,提示“Microsoft Visual C++ 14.0 is required.”
安装相关的 C 环境
conda install libpython m2w64-toolchain -c msys2
如果没用可以尝试从其它频道安装,例如 conda-forge,如下面命令
conda install -c conda-forge pycocotools
最后没有办法的话就安装 Microsoft Visual C++ Build Tools。