Solution to install pycocotools with pip

Because I commented on the method of installing the pycocotools library under a blogger's article, I found that many partners reported errors when installing the pycocotools library. I wrote an article so that everyone can solve it more quickly.

Just use the following command to install it.

conda install -c esri pycocotools

Guess you like

Origin blog.csdn.net/on_the_fly/article/details/125787403