windows 10에서 pycocotools를 설치시, pip install pycocotools
라고 하면 에러가 발생한다.
나의 경우는 다음과 같은 순서로 진행을 하였다
conda install git Cython
pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"
나의 경우는 Visual studio community가 설치되지 않은 상태에서 pycocotools를 설치하려고 하니까 오류가 발생했다