def assert_min_pip_version(): assert V(pip.__version__) >= V('8.0.0'), "pip version is out of date. please update with 'pip install -U pip'"