Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-53579

python's dev-requirements.txt is incompatible with pip 20.3.3

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.9.0, 4.2.13, 4.4.5
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • v4.4, v4.2
    • Hide

      Run

      
      pip install -r etc/pip/dev-requirements.txt
      
      

      with pip version 20.3.3

      Show
      Run pip install -r etc/pip/dev-requirements.txt with pip version 20.3.3
    • Dev Platform 2021-01-25, Dev Platform 2021-02-08

      Trying to build v4.4 from sources as described in https://github.com/mongodb/mongo/blob/v4.4/docs/building.md

      When I run following command with latest pip version (20.3.3) it never finishes:

      
      pip install -r etc/pip/dev-requirements.txt
      
      

      With previous pip version (20.2.2) the same command finishes in few seconds.

      I believe this behavior is caused by this issue in the new pip's dependency resolver implementation: https://github.com/pypa/pip/issues/9215

            Assignee:
            ryan.egesdahl@mongodb.com Ryan Egesdahl (Inactive)
            Reporter:
            igorsol Igor Solodovnikov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: