The error message says to enable %pip/%conda commands, set spark.databricks.conda.ignoreSSL to true in Spark config in cluster settings and restart your cluster.
But if you try setting this value it doesnโt work with %pip commands.
To enable %pip we need to set spark.databricks.pip.ignoreSSL to true in Spark config.
This is something simple that we forget to look at. I wanted to share this as not to blindly rely on the message mentioned in the error. Investigate a little before we go with the fix.