- 环境
操作系统:Windows 7
Python:Python 3.7.3
康达:康达 4.8.2
Step1:从github下载pococtools的soucre代码,带有linker Fellowing:https ://github.com/philferriere/cocoapi
Step2:通过运行构建和安装 pococotall 包
python setup.py build_ext --inplace,
python setup.py build_ext install
随后。
ModuleNotFoundError:没有名为“Cython”的模块
解决方案: pip install Cython
错误:命令“cl.exe”失败:没有这样的文件或目录
解决方案:安装 Visual Studio 2019 并确保安装“使用 c++ 进行桌面开发”环境。
处理完所有问题后,可以运行两个委托完成安装。可以运行
conda list
然后检查 pycocotools。