AMCT (TensorFlow, Ascend)
This scenario applies only to
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.)
Install dependencies by referring to "Appendix A: Reference > Dependencies" in CANN Software Installation. After the installation is complete, run the following commands to install the dependencies (the Pillow software is required for image processing):
Dependency |
Version |
Installation Command |
|---|---|---|
CPU version of TensorFlow |
2.6.5 or 1.15.0 |
Select one based on your requirements.
NOTICE:
|
Pillow |
6.0.0 or later |
pip3 install pillow==6.0.0 --user |