I am working on deploying GPU jobs with submit_batch_jobs.sh in SNANA, but in the GPU environment submit_batch_jobs.sh is not working because of some import errors, for example ModuleNotFoundError: No module named 'coloredlogs'. I'm sure there will be more things down the line, but in the first instance could all the packages be added so that submit_batch_jobs.sh -h can run successfully?
I am working on deploying GPU jobs with submit_batch_jobs.sh in SNANA, but in the GPU environment submit_batch_jobs.sh is not working because of some import errors, for example
ModuleNotFoundError: No module named 'coloredlogs'. I'm sure there will be more things down the line, but in the first instance could all the packages be added so thatsubmit_batch_jobs.sh -hcan run successfully?