Improve the Python API client

You may face a few challenges when trying to build the Python client. The following sections detail typical Python symptoms and solutions.

Once you fix all issues, you can install the Python client by running the provided installation script in the Python client code folder:

Python setup.py install

After this is done, you should be able to load all the samples in your IDE of choice without issues, or run them from the command line.

Note Creating a project-specific environment setup with fx, Pipenv, or Docker, or building the Python samples to an executable program is certainly possible. Still, these use cases are outside the scope of this guide.