Check dependencies are installed
Make sure the software dependencies needed by the components involved in this integration are installed. Run the following command on the host machine to check python3.8 is
installed:
python3 –versionThe output must look like the following:
Python 3.8.2Run the following command on the host machine to check pip3 is installed:
pip3 –versionThe output must look similar to the following:
pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8)