AMCT (Caffe)
Install software as the AMCT installation user. If the said user is a non-root user, check that the user has the sudo permission. Then run the su - username command to switch to the non-root user and run the commands listed in the following table. (If the installation user is root, delete --user from the dependency installation command.)
Dependency |
Version |
Installation Command |
|---|---|---|
Python |
3.9.2 |
For Ubuntu OS, see Python 3.9.2 Installation on Ubuntu. For EulerOS, see Python3.9.2 Installation on EulerOS. |
NumPy |
1.20.0 or later |
pip3 install numpy==1.20.0 --user |
Protobuf |
3.20.2+ |
pip3 install protobuf==3.20.2 --user |
Parent topic: Installing Dependencies