Installing the CANN Development Kit
The MindX SDK depends on Python 3.9. Ensure that Python 3.9 has been installed before installing CANN.
The bottom layer of MindX SDK depends on the CANN development kit. Therefore, you need to add the current user to the HwHiAiUser user group to obtain the execution permission.
Switch to the root user and run the following command to add the development user to the HwHiAiUser user group. Replace username with the current user name.
usermod -a -G HwHiAiUser username
If the HwHiAiUser user group is not created, run the following command to create a user group and then add the development user.
groupadd HwHiAiUser
Install the development kit on the Atlas 300I inference card. For details, see the CANN Software Installation Guide.
Install the development kit on the Atlas 500 edge station. For details, see the Atlas 500 AI Edge Station 22.0.4 Update Guide (Model 3000).