Skip to content
Advertisement

Unable to open pandas python package from Azure Data Studio, while configuring SQL Server 2019 Big Data Cluster

I’m working on setting up SQL Server 2019 Big Data Cluster. One of the initial steps is installing python package: panda.

Post installation, when I try to import the package, I get the following exception in Azure Data Studio.

import pandas
ModuleNotFoundError: No module named ‘pandas’

enter image description here

I don’t get this exception, when I load the package from command-prompt/python. This could be related to PATH environment variable; Or, may be a setting in Azure data studio.

Thank you in advance for any guidance.

Advertisement

Answer

After tinkering a bit, I found the fix. The python path needs to be added at the following location in ADS. That did the trick!

enter image description here

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement