You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation on a Raspberry Pi, especially on older versions, could be a small challenge, because some of the external Python packages require extra libraries that are not necessarily available on a new Raspberry Pi.
This guide presents the necessary steps to install Python 3.11, the external Python packages and ACME on an older Raspberry Pi 3B with Raspberry Pi OS (32 bit).
Installing Python and Tools
Downloading Python Source Code
The download get the source code from the official Python repository. It could be a newer version of Python as well
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Installation on a Raspberry Pi, especially on older versions, could be a small challenge, because some of the external Python packages require extra libraries that are not necessarily available on a new Raspberry Pi.
This guide presents the necessary steps to install Python 3.11, the external Python packages and ACME on an older Raspberry Pi 3B with Raspberry Pi OS (32 bit).
Installing Python and Tools
Downloading Python Source Code
The download get the source code from the official Python repository. It could be a newer version of Python as well
Installation of necessary libraries and extra applications
Unpack, Configure, make and install
Downloading and installing ACME
Installation with pip
Run the following command to install ACME from the PyPi repository:
Manual Installation
The following command download the ACME repository.
git clone https://github.com/ankraft/ACME-oneM2M-CSE.git cd ACME-oneM2M-CSE
An alternative is to download the latest release as a zip package and unpack it.
The following steps are alternatives. Run one of them.
Automatic installation and running ACME
This lets ACME perform the Python package installation.
After the installation ACME starts its setup-procdure.
For a package installation
For a manual installation
Install missing Python packages manually
This should only be necessary for the manual installation.
The following command installs the required Python packages. It can be used to update the installed external packages.
Beta Was this translation helpful? Give feedback.
All reactions