Operator Development Dependencies
Before developing an operator, ensure that the following dependencies have been installed in the Python environment where MindStudio runs:
If you run the following command as a non-root user, add --user to the end of the installation command, for example, pip3 install xlrd==1.2.0 --user.
The dependencies may fail to be installed in an AArch64 OS. In this case, use the source code to build and install each dependency or refer to the official installation guides of corresponding dependencies.
Parent topic: Operator Development