please help me solve this question,many thanks!
Please run pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools" to install coco tools.
please help me solve this question,many thanks!
You could reinstall pycocotools using :
pip install "git+https://github.com/openmmlab/cocoapi.git#subdirectory=pycocotools"
please help me solve this question,many thanks!
You could reinstall pycocotools using :
pip install "git+https://github.com/openmmlab/cocoapi.git#subdirectory=pycocotools"
yes,I do it like you said ;but it occurs:
please help me solve this question,many thanks!
You could reinstall pycocotools using :
pip install "git+https://github.com/openmmlab/cocoapi.git#subdirectory=pycocotools"
yes, I do ,but it occurs follow question:

and i also follow this step to solve ,but cannot solve :

I still cannot pip install it,so i was upset
@wuhaonanBOB You may try the following
git clone https://github.com/open-mmlab/cocoapi.git
cd cocoapi
pip install .
pip install .
thank you very much ,follow your step ,I have soved it 谢谢你们三人的帮助!!
@wuhaonanBOB @xvjiarui
When I run "pip install .", it gets such problem like below:
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
how should I do ?

just like this
just like this
yes,you can " cd pycocotools" in cocoapi. and then run "pip install ."
Most helpful comment
Please run
pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools"to install coco tools.