0

Before: I have try Python script with numpy in dockerfile on Raspberry PI - libf77blas.so.3 error .However, it do not work

Description:

  1. when I get run tensflow==2.4 in raspberrypi(32),it do not work
  2. The python code is normal when it just run in raspberrypi**,it just error in docker**
  3. sudo apt-get install libatlas-base-dev just work for outside docker.

the err mesg


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.7 from "/usr/local/bin/python"
  * The NumPy version is: "1.19.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

I try Dockerfile with pyhton3.7-bullseye and python3.7-slim-bullseye ,it all do not work.

Help: I guest the reason is 32 problem.however i do not how to solve the problem.I need some ideas.

Piwriw
  • 1

0 Answers0