es_sfgtools.utils.custom_warnings_exceptions module
- exception es_sfgtools.utils.custom_warnings_exceptions.DYLDLibraryException(message='\nLibrary not loaded: @rpath/libtiledb.dylib \nDYLD_LIBRARY_PATH does not include TileDB dylib file. Hint: $ export DYLD_LIBRARY_PATH=$CONDA_PREFIX/lib:$DYLD_LIBRARY_PATH')
Bases:
ExceptionException raised when the DYLD_LIBRARY_PATH environment variable is not set.
- exception es_sfgtools.utils.custom_warnings_exceptions.LDLibraryException(message='\nLibrary not loaded: @rpath/libtiledb.dylib \nLD_LIBRARY_PATH does not include TileDB tile.h file. Hint: $ export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH')
Bases:
ExceptionException raised when the LD_LIBRARY_PATH environment variable is not set.