Installation Instructions

  1. Log in the website to get the user ID and SDK authorization code.

  2. Download installing package according to your operating system. (The file name is like ‘KaiwuSDK_Linux_Python3.8.10_Release_0.0.1.zip’)

  3. To use the SDK, Python 3.8 is required and the dependencies are installed according to the extracted requirements.txt.

  4. After uncompressing the installation package, there will be a ‘kaiwu’ file. Copy the ‘kaiwu’ file to the project root path.”

  5. Add authorization initialization code at the beginning of your modeling code. If an error occurs, please check your user ID and SDK authorization code or delete ‘kaiwu/license.ilc’ file, and then try to initialize again.

kw.utils.init(user_id="123456", sdk_code="AjUvlTvWrWZoeidADu5Vbf6pceVmuX")