WestByNoreaster

Results 11 comments of WestByNoreaster

I am very new to pyslurm but am quite familiar with the [Python API](https://htcondor.readthedocs.io/en/latest/apis/python-bindings/api/htcondor.html) from HTCondor. The individual classes are based on which of the daemons one is interacting with:...

I am not sure how system(atic) y'all want to be with this refactor, particularly regarding the UX. - _What do end-users do?_ - Job actions: create, submit, hold, remove -...

It took me a little bit of searching but [here ](https://github.com/htcondor/BLAH) is a translation layer between different LRMS. Just more libraries doing similar tasks. **ALSO**, some of the folks at...

I can now add issues to this project, but still no open to add cards. But that is OK. Does anyone mind if I write up a few **enhancement** issues...

So this is a **el8** system, which comes with python 3.6 as its default python. I need to check with the owner of the machine to see if they want...

Also I installed **shpc** in a python `venv` virtual environment in `/opt` exclusively just for **shpc**. I specified the `module_base` and `container_base` to be elsewhere to keep them away from...

From a working version on an **el9** system. ```python >>> import shpc.main >>> print(dir(shpc.main)) ['Settings', '__author__', '__builtins__', '__cached__', '__copyright__', '__doc__', '__file__', '__license__', '__loader__', '__name__', '__package__', '__path__', '__spec__', 'get_client', 'logger', 'schemas',...

> it looks like you installed shpc to site packages So the oddity the above comment is referencing just clicked in my head. - I `pip install git+https://url.git` directly into...

Because this issue came up due to what we all expect is a python version problem, could some minimal dependency requirements be put in the docs? Lots of folks on...

Not being familiar with the `setup.py` syntax, if someone tries to install `singularity-hpc` with < Python3.7, will it spit out an informative error as to what the problem is?