0

I am using python 3.8.5 and matplotlib 3.3.2. From the answers on another question linked here, I know that there are some incompatibilities between matplotlib and python 3.8. However, due to some function updates, I need matplotlib >3.3.1.

Are there some new solutions for this incompatibility?

Keale
  • 3,924
  • 3
  • 29
  • 46
Lu W
  • 21
  • 5

1 Answers1

0

I want to make an update or answer my own question after trying for several hours... I still do not know what the cause was, but I could solve the problem by uninstalling and reinstalling.

conda remove qt
conda remove pyqt 
conda install qt 
conda install pyqt

I saw this solution here, which was for another problem. But anyway, it may help someone else having the same problem that I had.

Lu W
  • 21
  • 5