Before installing the Python authentication library on Ubuntu, Veracode recommends that you uninstall any system-installed version of pip and, then, install the latest version of pip. Veracode also recommends that you uninstall any system-installed version of HTTPie.
Run the following command to uninstall a system-installed version of
pip:
sudo apt-get remove python-pip
Run the following command to install the latest version of
pip:
sudo easy_install pip
Run the following command to uninstall a system-installed version of
HTTPie:
sudo apt-get purge httpie
Next step
You can now install the Python authentication library. See Install the Python Authentication Library.