Raspberry Pi 4B Paddle installation wheels (64-bit).
English | 简体中文
Requirements
Hardware and System: Raspberry Pi 4B 64-bit (aarch64/armv8)
Python version: Python=3.9
Download the .whl
installer. Paddle2.4-Raspberry-pi-64bit
pip install paddlepaddle-0.0.0-cp39-cp39-linux_aarch64.whl
After this, check if the installation is successful:
python
>>> import paddle
>>> paddle.utils.run_check()
If you see PaddlePaddle is installed successfully!
, then you are ready to go.
This installer is compiled on the system below:
aarch64
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Use this command to check your system:
uname -m && cat /etc/*release
Check your Python version:
python -c "import sys; print(sys.version)"
This installer requires Python=3.9.