Build failing with RuntimeError: Cannot locate slurm_version.h #368
Unanswered
rohithmn01
asked this question in
Q&A
Replies: 1 comment
-
Hi @rohithmn01 you also need to install the Slurm development headers, which should be included in the package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have installed slurm using
sudo apt install slurmd slurmctld -y
but when i try to build pyslurm, it fails with RuntimeError: Cannot locate slurm_version.h in /usr/include/slurm.Error info:
What should be the
SLURM_INCLUDE_DIR
in this case, where lib isSLURM_LIB_DIR=/usr/lib/x86_64-linux-gnu/slurm-wlm
.Beta Was this translation helpful? Give feedback.
All reactions