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.
- Anonymous3 years agoNot applicable
have the same problem. How do I open CMD in Power BI online to install modules?
My dash works on Desktop, but when I go online it says it didn't find the modules.
- marcoabgm3 years agoRegular Visitor
Hello!
We are facing same here!
Have you figured out how to solve?
- ingdanielrayez2 years agoRegular Visitor
This work for me in PBI Desktop