This is for the slurm-gcp terraform scripts in the repo: https://github.com/SchedMD/slurm-gcp I believe the custom-* scripts are referenced incorrectly in setup.py. Instead of this: util.run(str(dirs.scripts/'slurm/scripts/custom-controller-install')) I believe it should just be, for example, this: util.run(str(dirs.scripts/'custom-controller-install')) Same with the references to custom-compute-install. Without those changes, the custom-* scripts are just ignored (because of the pass in the exception block)
The paths have been fixed in the master branch on github. Separately, I'm also adding additional error messages. Thanks