Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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)...
  • Anonymous's avatar
    Anonymous
    7 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