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
Anonymous
6 years agoNot applicable
Solved same problem by uninstalling Anaconda and installing Miniconda3 Windows 64-bit with Python 3.7 + pandas and matplotlib packages