Isi
Honored Contributor III

Hi @anmol-aidora ,

Thanks for sharing the screenshot! Just to clarify, the compute you’re showing is a SQL Warehouse, which only supports SQL. That means you can’t install Python libraries or run Python code there, since it doesn’t include a Python runtime.

This comes up often, so I just wanted to point it out in case there’s any confusion 🙂. To test and install .whl packages, you’ll need to use an interactive cluster (All-purpouse compute), which supports Python, SQL, and Scala.

Also, just to clarify: SQL Warehouses are considered Classic, Pro or Serverless, but interactive clusters are not, they must be created and managed separately.

Regards,
Isi

View solution in original post