Score:1

i've got some issues with the installed Python 3.8.5 , whenever i try to import a package it shows an error which says : No module named '.....'

ru flag
>>> import matplotlib.pyplot as plt
Traceback (most recent call last):
  File "<console>", line 1, in <module>
ModuleNotFoundError: No module named 'matplotlib'
N0rbert avatar
zw flag
What is your Ubuntu version?
Score:1
zw flag

To install matplotlib for system python use commands below:

sudo apt-add-repository universe
sudo apt-get update
sudo apt-get install python3-matplotlib
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.