studywolf / control

A repository for control benchmarking code
GNU General Public License v3.0
193 stars 75 forks source link

Error: numpy/arrayobject.h: No such file or directory #11

Closed deepakraina99 closed 3 years ago

deepakraina99 commented 3 years ago

I am getting the error on running the following code inside the two_link arm folder:

python setup.py build_ext -i

Error: numpy/arrayobject.h: No such file or directory

studywolf commented 3 years ago

I was able to recreate this and then fix it by adding an import in the setup file. If you pull from master again and run this it should be fixed!

studywolf commented 3 years ago

Please lmk if it doesn't work for you

deepakraina99 commented 3 years ago

It worked. Thanks for your support.