Skip to content

killMS installation problem #8

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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