Como instalar o matplotlib no Linux?

1

Eu tenho o Ubuntu 12.04 LTS para o instalador do windows. Estou tentando instalar o matplotlib nele. A partir desta página , é preciso baixar as dependências primeiro usando

sudo apt-get build-dep python-matplotlib

Mas quando faço isso, recebo isso

me@ubuntu:~/Desktop$ sudo apt-get build-dep python-matplotlib
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Picking 'matplotlib' as source package instead of 'python-matplotlib'
E: Unable to find a source package for matplotlib

Como posso me livrar desse erro?

    
por omega 24.01.2014 / 03:31

1 resposta

3

Habilite o repositório Universe em software e atualizações e, em seguida, execute os comandos abaixo,

sudo apt-get update
sudo apt-get build-dep python-matplotlib
    
por 24.01.2014 / 03:43