I need to install azure library on my azure databricks. Right now I am installing it globally but sometime when cluster starts my notebook fails with error as below:
AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'
what should be the best way to install a library on azure databricks, install it globally or install it locally on each notebook using dbutils.library.installPyPI(lib,version) ?