Downloading and Installing the SDK¶
Downloading the SDK¶
Download the ModelArts SDK software package of the latest version.
Installing the SDK¶
After the SDK is downloaded, you can use pip to install it. For details about how to install pip, see the pip official website. To install the ModelArts SDK, run the following command:
pip install modelarts-latest-py2.py3-none-any.whl
If an error message is displayed during the installation, indicating that a required dependency package is missing, run the following command to install the dependency package as prompted. In the command, xxxx indicates the name of the dependency package.
pip install xxxx