'pybp.py -c' is broken

Upon running 'pybp.py -c', you are presented with the following error:

"AttributeError: 'module' object has no attribute 'get_installed_distributions'"

This ends up being the pip module that is used in the lib/python/checks.py file to do the pip_checks for modules. For some reason, it is saying that pip.get_installed_distributions doesn't exist.