modelarts
Downloading and Installing the SDK
Updated at:Dec 29, 2020 GMT+08:00
Downloading the SDK
Download the ModelArts SDK software package. to obtain 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
The required dependency packages are installed by default during SDK installation. The details are as follows:
certifi >= 14.05.14 six >= 1.10 python_dateutil >= 2.5.3 setuptools >= 21.0.0 urllib3 >= 1.15.1 requests >= 2.19.1 esdk-obs-python == 3.0.5 Flask==1.0.2 Flask-Cors==3.0.4 gunicorn==19.8.1 mxnet-model-server==0.3 psutil==5.4.6 prometheus_client==0.3.1
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
Parent topic: Preparations
