• New version of urllib3 (1.24) not compatible with requests 2.19.1
    • Dependency graph not resolved when you do pip install -r
    • Had to pin urllib3 to 1.23
    • This apparently also affects existing PyPi packages
      • Unclear why this affects pip installed package, as normally pip should resolve the dependency graph
      • To be investigated → #1692