ERROR: Could not build wheels for pycocotools, lap, which is required to install pyproject.toml-base

python 在windows系统上安装pycocotools,lap是出现无法安装的情况,报错如下:

原因是缺少C++的编译工具,并且pycocotools需要安装windows版本。

 解决步骤:

1、下载BuildTools

下载地址:BuildTools

2、安装选择C++

ERROR: Could not build wheels for pycocotools, lap, which is required to install pyproject.toml-base_第1张图片

3、重新安装依赖,就能成功安装

4、安装windows版本的pycocotools

pip install  -i https://pypi.tuna.tsinghua.edu.cn/simple pycocotools-windows

你可能感兴趣的:(Python,python,c++)