[PYTHON] So installieren Sie NumPy auf Raspeye

Ich habe Numpy mit pip mit Raspeye installiert, aber ich habe den folgenden Fehler erhalten.

Überprüfen Sie die im Fehler angegebene URL zur Fehlerbehebung. https://numpy.org/devdocs/user/troubleshooting-importerror.html

Traceback (most recent call last):
   File "/home/pi/.local/lib/python3.5/site-packages/numpy/core/__init__.py", line 24, in <module>
     from . import multiarray
   File "/home/pi/.local/lib/python3.5/site-packages/numpy/core/multiarray.py", line 14, in <module>
     from . import overrides
   File "/home/pi/.local/lib/python3.5/site-packages/numpy/core/overrides.py", line 7, in <module>
     from numpy.core._multiarray_umath import (
 ImportError: libf77blas.so.3: cannot open shared object file: No such file or directory
 
 During handling of the above exception, another exception occurred:
 
 Traceback (most recent call last):
   File "test.py", line 1, in <module>
     import numpy as np
   File "/home/pi/.local/lib/python3.5/site-packages/numpy/__init__.py", line 142, in <module>
     from . import core
   File "/home/pi/.local/lib/python3.5/site-packages/numpy/core/__init__.py", line 50, in <module>
     raise ImportError(msg)
 ImportError:
 
 IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
 
 Importing the numpy C-extensions failed. This error can happen for
 many reasons, often due to issues with your setup or how NumPy was
 installed.
 
 We have compiled some common reasons and troubleshooting tips at:
 
     https://numpy.org/devdocs/user/troubleshooting-importerror.html
 
 Please note and check the following:
 
   * The Python version is: Python3.5 from "/usr/bin/python3"
   * The NumPy version is: "1.18.5"
 
 and make sure that they are the versions you expect.
 Please carefully study the documentation linked above for further help.
 
 Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory

Es gab eine andere Möglichkeit, NumPy auf Raspeye zu installieren

Wenn Sie Fehlerbehebung aktivieren, heißt es, dass die Installation mit pip nutzlos ist.

There are sometimes issues reported on Raspberry Pi setups when installing using pip3 install (or pip install). These will typically mention:

Folgen Sie den Anweisungen und führen Sie den folgenden Befehl aus

$ sudo apt-get install libatlas-base-dev
$ pip3 uninstall numpy  # remove previously installed version
$ apt install python3-numpy

Nach diesem Verfahren kann NumPy mit Raspeye verwendet werden.

Umgebung

Recommended Posts

So installieren Sie NumPy auf Raspeye
So installieren Sie mkl numpy
Installieren Sie OpenCV4 auf Raspberry Pi 3
Installieren Sie TensorFlow 1.15.0 auf Raspberry Pi
Himbeer Pi 4 Centos7 auf Docker installieren
So installieren Sie mysql-connector-python auf einem Mac
Installieren Sie ghoto2 auf Raspberry Pi (Hinweis)
So installieren Sie das Graph-Tool unter macOS
So installieren Sie VMware-Tools unter Linux
So installieren Sie OpenCV auf einem Mac
So installieren Sie PyPy unter CentOS
So installieren Sie TensorFlow unter CentOS 7
So installieren Sie Musik 21 unter Windows
So installieren Sie das aws-session-manager-Plugin unter Manajro Linux
[Kivy] So installieren Sie Kivy unter Windows [Python]
Installieren Sie das 64-Bit-Betriebssystem (Bate) auf Raspberry Pi
So installieren Sie Pakete unter Alpine Linux
Installieren Sie Docker-Compose unter 64-Bit-Raspberry-Pi-Betriebssystem
So installieren Sie Richzhang / Colorization unter Windows 10
So installieren Sie Apache (httpd) unter CentOS7
Wie installiere ich php7.4 unter Linux (Ubuntu)
So installieren Sie Apache (httpd) unter CentOS8
So installieren Sie cx_Oracle unter macOS Sierra
So spielen Sie Musikdateien (WAV / MP3) auf Raspberry Pi Python ab
So installieren Sie Python
So installieren Sie pip
So installieren Sie archlinux
Pigpio auf Himbeer-Pi
So installieren Sie Python
So installieren Sie BayesOpt
Installiere numpy auf Marvericks
Wie benutzt man numpy?
So installieren Sie Nbextensions
Cython auf Raspberry Pi
So installieren Sie Prover9
So bedienen Sie NumPy
[Version 2020] So installieren Sie Python3 auf EC2 von AWS
So installieren Sie OpenCV auf Jetson Nano Python
Verwendung von Raspeye Pie Camera Python
So installieren Sie h5py schnell unter Windows 10 [Inoffiziell]
So installieren Sie OpenGM unter OSX mit Macports
So installieren Sie Camunda Modeler unter Manjaro Linux
[Python] So installieren Sie OpenCV unter Anaconda [Windows]
So installieren / überprüfen Sie graphviz unter anaconda / windows10
Stellen Sie mit Python auf Raspberry Pi eine Verbindung zu MySQL her
[Neueste Version 2020.8] So installieren Sie Python
Installation von Raspberry Pi OS (Raspbian)
So installieren Sie Python [Windows]
So installieren Sie Tabpy 1.0 (Version 2020-01)
Verwendung von Raspeye Relay Module Python
So installieren Sie Linux auf einem 32-Bit-UEFI-PC
So installieren Sie Git GUI und Gitk unter CentOS
Ich habe mit Raspberry Pi gesprochen
So registrieren Sie sich bei pypi
[AWS EC2] So installieren Sie Maven unter Amazon Linux 2
So installieren Sie Pelican Blog
So installieren Sie Git unter Linux wie EC2
Installieren Sie pyenv auf Raspberry Pi, um Python zu verwalten