Operator Development Dependencies
Before developing an operator, ensure that the following dependencies have been installed in the Python environment where MindStudio IDE runs:
If you run the following commands as a non-root user, add --user to the end of each 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 the dependencies or refer to the official installation guides of corresponding dependencies.
- TensorFlow 1.15.0 is recommended.
Parent topic: Operator Development