Etiqueta: Raspbian
-
Install NumPy in Raspbian/Raspberry OS avoiding ImportError exceptions
If you are trying to install some scientific Python packages (like Astropy, for instance) in your Raspberry Pi, it is quite likely that you will find an error message like this while trying to use NumPy: libf77blas.so.3: cannot open shared object file: No such file or directory If that’s the case, what happens is that…
-
Instalar NumPy en Raspbian/Raspberry OS, evitando errores ImportError
Si estás intentando instalar paquetes científicos de Python en tu Raspberry Pi, puede ser que te encuentres un error como este con NumPy: libf77blas.so.3: cannot open shared object file: No such file or directory Si ese es el caso, lo que sucede es que NumPy, como paquete precompilado, espera que la biblioteca de funciones compartida…