1

I am trying to install pycocotools on Windows 10. I used this command:

pip install git+https://github.com/philferriere/cocoapi.git#egg=pycocotools^&subdirectory=PythonAPI

You can see the error output in the following picture:

enter image description here

Any ideas on how to fix that?

Dennis Kozevnikoff
  • 2,078
  • 3
  • 19
  • 29
CoderOfTheForce
  • 359
  • 7
  • 22
  • If you use windows. Try download from [https://pypi.org/project/pycocotools-windows/#files](https://pypi.org/project/pycocotools-windows/#files) – Rhaegal Oct 03 '22 at 02:20

1 Answers1

1

Windows building of some COCO tools gave me a bit of a headache too, I finnaly translated decode mask function for the Windows version of my code.

https://github.com/armengot/COCO_decode_mask/tree/main/python

In Linux any problems.