Forum Discussion
Anonymous
7 years agoNot applicable
Power BI Python with Anaconda missing dependency
Hi, I'm trying to use my Python script in Power BI, however I'm faced with this error message when trying to run it: Details: "ADO.NET: Python script error.
Traceback (most recent call last)...
- Anonymous7 years ago
The Python environment I'm referring to already has the required dependencies installed. I was suspecting the error to be caused by the activate.bat file not activating the Python environment in Anaconda, prior to running the script. However, I managed to resolve my problem simply by updating Python in Anaconda Prompt i.e.
conda upgrade python
mjeh
6 years agoFrequent Visitor
I had a lot of difficulties making Python working with Power BI
The solution I'm using : an independent install of Python with https://winpython.github.io/
Nikhillearn
6 years agoFrequent Visitor
Thank you for the help. This helped a lot!!