Language/ErrorNote
[Python] Error : Cannot import name '_png' from 'matplotlib'
나는 정은
2022. 9. 26. 22:48
!pythony -m pip uninstall matplotlib
!pip install matplotlib==3.1.3
https://stackoverflow.com/questions/64862818/cannot-import-name-png-from-matplotlib
Cannot import name '_png' from 'matplotlib'
I want to use matplotlib instead kivy_garden.graph. Actually, I tried this code to check if it works for me. I've had some problems with installing matplotlib but I have successfully(or not) done t...
stackoverflow.com
- 안정적인 버전으로 matplotlib을 재설치하고 Colab의 경우 런타임을 다시 시작하면 해결된다!