Install third party libraries in Azure Databricks

Shivani Vyas 21 Reputation points
2020-06-25T19:30:03.83+00:00

Hello,

I am trying to install a library "pythonnet" in Azure Databricks. I tried installing it through PyPI, through Python Wheel option and also the JAR option. None of these works for me. I need to connect databricks notebook to Azure Analysis Service which is why I need to use pythonnet for including Analaysis Service client libraries. Please help me with the same.

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
437 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,916 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,021 Reputation points
    2020-06-30T17:52:55.953+00:00

    @Shivani Vyas , what is the Databricks Runtime of your cluster?
    If your Runtime is 7.0 or greater, the library is not installed automatically via the "import library" page. You can try using an import statement directly in the notebook.