Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Unable to load required dependencies

I am trying to publish a report to the Power BI service which contains data generated from a Python script. It uses xlrd, pandas, datetime and numpy in the script. I am able to run my script perfectly on my Python IDE and on the Power BI desktop, but whenever I try to refresh the dataset in the Power BI service, I get the following error. It says it is trying to find the numpy file in my Anaconda library, which is not where it should be looking. It should be looking in the "Python38" library, where all the other modules have been downloaded to using the pip command line command.

 

4 Replies