Should check for DRMAA library not found exception instead of crashing
Closed this issue · 0 comments
dan-blanchard commented
Currently, if DRMAA Python is installed and you don't have DRMAA_LIBRARY_PATH
set (or you don't actually have the library installed because you don't have a DRM), python will crash when you import gridmap
. We should catch that exception and just switch to local mode.