Open
Description
Based on this comment #391 (comment)
There is a repeated pattern of checking for function-specific imports and providing a helpful error message on failure to import, e.g.:
python-graphblas/graphblas/io.py
Lines 246 to 254 in 7bf394d
This issue is to study the feasibility and value-added of extracting this logic into a separate utility function.