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’
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!