Using pipΒΆ

A alternative method for installing the Python dependencies is using pip.

  1. Download pip using one of the following methods:

    1. pip is provided in the EPEL repo as: python2-pip
    2. Follow the instructions to install from here: https://pip.pypa.io/en/stable/installing/
  2. Use pip to install the following Python libraries:

    pip install gevent docopt requests paramiko scp
    
  3. Install xCAT-openbmc-py using rpm with --nodeps:

    cd xcat-core
    rpm -ihv xCAT-openbmc-py*.rpm  --nodeps