
Estou tentando instalar o pacote numpy do python-3 no meu Ubuntu 20.04. Mas estou recebendo uma mensagem de erro dizendo:
dell@dell-Inspiron-15-3567:~$ sudo apt install python3-numpy
[sudo] password for dell:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
python3-numpy : Depends: libblas3 but it is not going to be installed or
libblas.so.3
Depends: liblapack3 but it is not going to be installed or
liblapack.so.3
wine : Depends: wine1.6
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
dell@dell-Inspiron-15-3567:~$
e também recebendo um sinal vermelho de menos (-) no canto superior direito da tela. Abaixo está a imagem do problema que estou recebendo no terminal.
Como resolver este problema? Por favor ajude.
Responder1
Você precisa instalar liblas3 e liblapack3.
sudo apt install libblas3
sudo apt install liblapack3