[PYTHON] Comment installer NumPy sur Raspeye

J'ai installé Numpy avec pip avec Raspeye, mais j'ai eu l'erreur suivante.

Vérifiez l'URL de dépannage mentionnée dans l'erreur. 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

Il y avait une autre façon d'installer NumPy sur Raspeye

Si vous cochez Dépannage, cela indique que l'installation avec pip est inutile.

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

Suivez les instructions et exécutez la commande suivante

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

Après avoir suivi cette procédure, NumPy peut être utilisé avec Raspeye.

environnement

Recommended Posts

Comment installer NumPy sur Raspeye
Comment installer mkl numpy
Installez OpenCV4 sur Raspberry Pi 3
Installez TensorFlow 1.15.0 sur Raspberry Pi
raspberry pi 4 centos7 installer sur docker
Comment installer mysql-connector-python sur Mac
Installez ghoto2 sur Raspberry Pi (Remarque)
Comment installer Graph-Tool sur macOS
Comment installer VMware-Tools sur Linux
Comment installer pycrypto sur Windows
Comment installer OpenCV sur Mac
Comment installer PyPy sur CentOS
Comment installer TensorFlow sur CentOS 7
Comment installer Music 21 sur Windows
Comment installer aws-session-manager-plugin sur Manajro Linux
[Kivy] Comment installer Kivy sur Windows [Python]
Installez la version 64 bits du système d'exploitation (bate) sur Raspberry Pi
Comment installer des packages sur Alpine Linux
Installez docker-compose sur le système d'exploitation Raspberry Pi 64 bits
Comment installer Richzhang / Colorisation sur Windows 10
Comment installer Apache (httpd) sur CentOS7
Comment installer php7.4 sur Linux (Ubuntu)
Comment installer Apache (httpd) sur CentOS8
Comment installer cx_Oracle sur macOS Sierra
Comment lire des fichiers musicaux (wav / mp3) sur Raspberry Pi python
Comment installer Python
Comment installer pip
Comment installer Archlinux
pigpio sur Raspberry pi
Comment installer python
Comment installer BayesOpt
Installez numpy sur Marvericks
Comment utiliser numpy
Comment installer Nbextensions
Cython sur Raspberry Pi
Comment installer Prover9
Comment utiliser NumPy
[Version 2020] Comment installer Python3 sur EC2 d'AWS
Comment installer OpenCV sur Jetson Nano Python
Comment utiliser Raspeye Pie Camera Python
Comment installer rapidement h5py sur Windows 10 [non officiel]
Comment installer OpenGM sur OSX avec macports
Comment installer Camunda Modeler sur Manjaro Linux
[Python] Comment installer OpenCV sur Anaconda [Windows]
Comment installer / vérifier Graphviz sur anaconda / windows10
Connectez-vous à MySQL avec Python sur Raspberry Pi
[2020.8 dernière] Comment installer Python
Installation du système d'exploitation Raspberry Pi (Raspbian)
Comment installer Python [Windows]
Comment installer Tabpy 1.0 (version 2020-01)
Comment utiliser Raspeye Relay Module Python
Comment installer Linux sur un PC UEFI 32 bits
Comment installer Git GUI et Gitk sur CentOS
J'ai parlé à Raspberry Pi
Comment s'inscrire auprès de pypi
[AWS EC2] Comment installer Maven sur Amazon Linux 2
Comment installer le blog Pelican
Comment installer git sur Linux tel que EC2
Installez pyenv sur Raspberry Pi pour gérer Python