0

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.

Dale K
  • 25,246
  • 15
  • 42
  • 71
RaviLobo
  • 447
  • 2
  • 10
  • 29

1 Answers1

0

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

RaviLobo
  • 447
  • 2
  • 10
  • 29