Setting the Python Library
Before operator development, you need to configure the Python library on which the operator project depends by referring to this section.
- (Required) Python SDK Dependency Settings: You only need to perform the configuration once, which takes effect for all operator projects, including projects created later.
- (Required) Set the Python SDK on which the current project depends.: You need to perform the configuration each time when an operator project is created. The configuration takes effect only for the current operator project.
- (Optional) Setting a Custom Globally Dependent Python SDK: You need to perform the configuration when you add a customized Python SDK.
- In the new Python library, ensure that the default Python libraries related to operator development exist, including tbe and topi.
- The Python libraries on the Platform Settings page are globally configured and take effect for all operator projects.
Parent topic: Project Creation