Skip to content

killMS installation problem #8

@rramij

Description

@rramij

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.

killMS_error

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions