Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hi all,
I would like to use libraries in the python scripts within Power BI. When I try to import it and use it though, I get an error message that the module cannnot be found. With pandas, mupny etc I dont have any issues..only with my own library.
Could you please let me know if using libraries is possible and how I can fix the error?
Thank you,
Elria
Solved! Go to Solution.
Hi @elria,
Where are these custom libraries located? Did them host in the same location as you confiture in power bi desktop -> 'python scripting' settings?
If this is a case, I think you need to specify the full path that your libraries hosted and use them in the import script.
In addition, please also check your libraries if they are compatible with your current python versions.
Regards,
Xiaoxin Sheng
Hi @elria,
Where are these custom libraries located? Did them host in the same location as you confiture in power bi desktop -> 'python scripting' settings?
If this is a case, I think you need to specify the full path that your libraries hosted and use them in the import script.
In addition, please also check your libraries if they are compatible with your current python versions.
Regards,
Xiaoxin Sheng
Hi v-shex-msft ,
Many thanks for the hint! My library was indeed in a different directory from the python script settings! This made the trick..
Thank you,
Elria
@elria , refer this one seems have install information
Like
py -m pip install matplotlib
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
User | Count |
---|---|
94 | |
90 | |
83 | |
76 | |
49 |
User | Count |
---|---|
145 | |
140 | |
109 | |
68 | |
55 |