Forum Discussion
Anonymous
7 years agoNot applicable
Python script error: 'No module named pandas'
I tried getting data with a python script and recieved the following error: Details: "ADO.NET: Python script error. Traceback (most recent call last): File "PythonScriptWrapper.PY", line 2, in ...
Anonymous
7 years agoNot applicable
Anonymous Please install all the packages that you are mentioning in the python script in Power BI, explicitly in Command Prompt.
Open Command Prompt > for example, type in " py -m pip install pandas" without quotes and then try running the py script in Power BI.
It worked for me.
Cheers.
ingdanielrayez
2 years agoRegular Visitor
This work for me in PBI Desktop