Install Tensorflow 2.x.x in Raspberry Pi 2022 ( Easy Method)

Опубликовано: 15 Май 2026
на канале: Microcontrollers Explained
4,789
31

Installing tensorflow in raspberry pi can sometimes be really troublesome. There are various was to install it, however, in this video we will see the easiest way to do so. For this procedure, the requirements are:
1. Python3.7
2. Virtualenv
3. Tensorflow 2.3.0 armv7l

Link to the raspbian repository: https://downloads.raspberrypi.org/ras...
Link to the tensorflow releases: https://github.com/lhelontra/tensorfl...
How to solve libf77blas.so.3: cannot open shared file: no such file or directory?
Run this command: sudo apt-get install libatlas-base-dev
Intro:(0:00)
Install Virtualenv in Raspberry pi: (1:24)
Commands for installing tensorflow in raspberry:(4:32)
Solve libf77blas.so.3: cannot open shared file Issue:(7:35)