matplotlib - module 'sip' has no attribute 'setapi' matplotlib - module 'sip' has no attribute 'setapi' python-3.x python-3.x

matplotlib - module 'sip' has no attribute 'setapi'


This worked for me.

python -m pip install matplotlib==3.2


There seems to be an incompatibility issue using Matplotlib version 3.3 with IPython. For now, you can fix it by installing Matplotlib 3.2.


I had the same problem. I was using PyCharm. Installing PyQt5 worked for me.