Updated on 2025-08-25 GMT+08:00

Preparations

Preparing the Python Environment

The installation of the DataFrame package requires the Python 3.11 environment. Ensure that Python 3.11 is installed before use.

Installing the DataFrame Package

  • Online installation:

    Use pip with Huawei's internal source for installation:

    pip install --trusted-host pypi.cloudartifact.dgg.dragon.tools.huawei.com -i https://pypi.cloudartifact.dgg.dragon.tools.huawei.com/artifactory/cbu-pypi-public/simple/ huawei-ibis-fabric
  • Offline installation:

    Download the Python package and install the SDK package using the following command:

    pip install huawei_ibis_fabric-0.1.0-py3-none-any.whl 

    DataFrame relies on ibis-framework 10.1.0. If another version of ibis-framework is already installed in your environment, update it.