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
mficco
4 years agoFrequent Visitor
This worked for me! Thanks!