ModuleNotFoundError: No module named 'matplotlib' | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

ModuleNotFoundError: No module named 'matplotlib'

ModuleNotFoundError: No module named 'matplotlib' import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show()

29th Jan 2019, 5:24 AM
Mahesh
Mahesh - avatar
3 Réponses
+ 1
It won't work on SoloLearn, unfortunately we can't use graphic libraries here.
29th Jan 2019, 6:14 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Did you: pip install matplotlib in cmd/terminal?
29th Jan 2019, 6:06 AM
Elva
Elva - avatar
0
Yes it was in solo learning
29th Jan 2019, 6:26 AM
Mahesh
Mahesh - avatar