dask-jobqueue icon indicating copy to clipboard operation
dask-jobqueue copied to clipboard

Python entry is missing in config file

Open PhML opened this issue 3 years ago • 2 comments

I don’t know if it is on purpose or not but python argument can’t be set from config file (if not provided at cluster initialization, it is set to sys.executable).

My use case is that I run dask in a singularity container on a PBS cluster so it can’t rely on sys.executable.

PhML avatar Sep 08 '21 16:09 PhML

Hi @PhML, thanks for the issue.

I don't think it is on purpose, it's true that it's one of the few (the only one? Didn't really check) argument that is not available in config file.

I'm not sure how it impacts your use case, but any PR making it easier to run dask-jobqueue in Singularity container would be welcomed! Are you interested in proposing something?

At least, could you described more precisely your use case and the problem encountered?

guillaumeeb avatar Sep 09 '21 09:09 guillaumeeb

@PhML, do you have more input on this? Can't you use the python kwarg when building your Cluster object?

Wihtout any news from you in the following weeks, I'm going to close this issue as stale, but any PR proposing to solve you issue will be welcomed.

guillaumeeb avatar Aug 14 '22 06:08 guillaumeeb

Closing this issue as stale for now.

guillaumeeb avatar Aug 30 '22 05:08 guillaumeeb