Ocorreu um problema ao instalar o numpy para python3.4 no Ubuntu [duplicado]

0

Quando tentei

pip3 install numpy 

Recebi o erro como

SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev|python-devel.

Depois continuo a instalar o python-dev, mas também falhei.

Eu também tentei

sudo apt-get install python3-numpy

e obtivemos

The following packages have unmet dependencies:
 python3-numpy : Depends: liblapack3 but it is not going to be installed or
                      liblapack.so.3
    
por 李小慧 24.03.2016 / 10:45

1 resposta

0

Você já tentou fazer o que diz. Instalando dependências?

sudo apt-get install python-dev liblapack3
    
por T.Chmelevskij 24.03.2016 / 10:56