ignacio-rocco/detectorch

Issue with installing COCO API

MathewSam opened this issue · 1 comments

Hey,
I managed to clone the required repositories and all install the requirements but when I finally ran:

cd/lib/cocoapi/PythonAPI
make install

I ran into this error:

Traceback (most recent call last):
File "setup.py", line 13, in
include_dirs = [np.get_include(), '../common'],
AttributeError: module 'numpy' has no attribute 'get_include'

Would you have any suggestions to deal with this?

Nevermind, it was an issue with my numpy installation. Got it fixed after updating to the latest version