Forum Discussion
Anonymous
7 years agoNot applicable
Python Integration Error
Hi All, I am getting the following error while using python visual. I made use of anaconda distribution for python installation. Following is the error : Error Message: Python script err...
bclrk
6 years agoAdvocate II
I was able to fix this issue by using pip to uninstall matplotlib and pillow and then reinstall them. That is:
pip uninstall matplotlib pip uninstall pillow
pip uninstall numpy pip install matplotlib pip install pillow
pip install numpy
Echicken07
5 years agoFrequent Visitor
I've been at this for 3 days and couldn't figure it out.
Kept getting the same error messages as the following cases:
1. https://community.powerbi.com/t5/Desktop/Microsoft-PowerBI-Scripting-Python-Exceptions/td-p/850714
It wasn't until I ran the following uninstall and reinstall scripts in CMD that it FINALLY worked!! You are a life saver. Thank you so much.