How to fix Raspberry Pi: ImportError: Missing required dependencies [‘numpy’]

If pandas fails to import with this error: ImportError: Missing required dependencies [‘numpy’] launch Python Interactive Shell and try: import numpy If you get this error: libf77blas.so.3: cannot open shared object file exit Python Interactive Shell and try: sudo apt-get install libatlas-base-dev It should work now. Else, try uninstall and reinstall numpy and pandas.

Installare WICD con e senza connessione diretta ad Internet

WICD è certamente fra le migliori alternative a [K]NetworkManager, ovvero il gestore delle connessioni via cavo o wireless predefinito per [K]ubuntu, l’indispensabile programma per connettersi alla rete via router. Tuttavia, uno dei problemi che mi capita di affrontare ogni volta che installo Kubuntu su un computer è quello di installare WICD quando non abbiamo una… Continue reading Installare WICD con e senza connessione diretta ad Internet