Lukáš Altman
Lukáš Altman

Reputation: 527

How to install matplotlib in python3.7?

I have error

No module named 'matplotlib'

I tried:

sudo apt install python3.7 matplotlib
sudo apt install python3.7-matplotlib
pip install python3.7-matplotlib

result:

No matching distribution found for python3.7-matplotlib

Thank you.

Upvotes: 1

Views: 5247

Answers (1)

sphinxxanxus
sphinxxanxus

Reputation: 21

sudo pip3.7 install matplotlib

Upvotes: 1

Related Questions