I am sorry for asking this stupid question, I got this error, and I don't know why > python setup.py build_ext --inplace > running build_ext > building 'pycocotools._mask' extension > gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/rizqi-okta/miniconda2/lib/python2.7/site-packages/numpy/core/include -I../common -I/home/rizqi-okta/miniconda2/include/python2.7 -c pycocotools/_mask.c -o build/temp.linux-x86_64-2.7/pycocotools/_mask.o -Wno-cpp -Wno-unused-function -std=c99 > pycocotools/_mask.c:547:21: fatal error: maskApi.h: No such file or directory > compilation terminated. > error: command 'gcc' failed with exit status 1 > Makefile:3: recipe for target 'all' failed > make: *** [all] Error 1