I have to install python package "matplotlib" in Python 2.7; Ubuntu 16.04 After inserting:
pip install matplotlib
I get the following error messagge: open here error picture I tried this solution:
sudo apt-get install libfreetype6-dev libxft-dev
but I got this error:
"Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze
Lettura informazioni sullo stato... Fatto
E: Impossibile trovare il pacchetto libfreetype6-dev
E: Impossibile trovare il pacchetto libxft-dev"