-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I have followed the following steps:
git clone https://github.com/saopicc/killMS.git
cd killMS/Predict/
make
And getting error like this:
predict.c:23:10: fatal error: arrayobject.h: No such file or directory
#include "arrayobject.h"
When I try locating "arrayobject.h" it returns
/usr/lib64/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h
I have attached a screenshot of the terminal output below.
Then I added the following in the ~/.bashrc file and source it.
export PYTHONPATH=/usr/lib64/python2.7/site-packages/:${PYTHONPATH}
But no luck.
Please help me with this.
Cheers,
Ramij
Metadata
Metadata
Assignees
Labels
No labels
