小编LJe*_*sen的帖子

pycocotools 安装疑难解答

我正在尝试使用 Tensorflow 中的对象检测模型,并且需要安装 pycocotools。我在 Windows 10 计算机上的 python (3) 虚拟环境中执行此操作。在 Windows 上运行此功能似乎存在一些已知问题,我很确定我已经尝试过所有这些问题。

我尝试过 pip 安装 pycocotools,但出现此错误(构建轮子失败):

(env) PS C:\Users\la01043601\ML_CameraVision\humanDetection> pip install pycocotools
Collecting pycocotools
  Using cached pycocotools-2.0.2.tar.gz (23 kB)
Requirement already satisfied: setuptools>=18.0 in c:\users\la01043601\ml_cameravision\humandetection\env\lib\site-packages (from pycocotools) (56.0.0)
Requirement already satisfied: cython>=0.27.3 in c:\users\la01043601\ml_cameravision\humandetection\env\lib\site-packages (from pycocotools) (0.29.23)
Requirement already satisfied: matplotlib>=2.1.0 in c:\users\la01043601\ml_cameravision\humandetection\env\lib\site-packages (from pycocotools) (3.4.2)
Requirement already satisfied: pyparsing>=2.2.1 in c:\users\la01043601\ml_cameravision\humandetection\env\lib\site-packages (from matplotlib>=2.1.0->pycocotools) (2.4.7)
Requirement already satisfied: cycler>=0.10 in c:\users\la01043601\ml_cameravision\humandetection\env\lib\site-packages (from matplotlib>=2.1.0->pycocotools) (0.10.0)
Requirement already satisfied: pillow>=6.2.0 in c:\users\la01043601\ml_cameravision\humandetection\env\lib\site-packages …
Run Code Online (Sandbox Code Playgroud)

c++ python windows tensorflow pycocotools

3
推荐指数
2
解决办法
2万
查看次数

标签 统计

c++ ×1

pycocotools ×1

python ×1

tensorflow ×1

windows ×1