Uploaded image for project: 'Python Driver'
  1. Python Driver
  2. PYTHON-3149

[3.13] macOS release task fails with No matching distribution found for wheel

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 3.13
    • Affects Version/s: None
    • Component/s: None
    • Labels:

      The Python 3.4 release task is broken on macos:

       [2022/03/02 22:37:52.321] ++ python -c 'import sys;print("%s.%s" % sys.version_info[:2])'
       [2022/03/02 22:37:52.344] + PYTHON_VERSION=3.4
       [2022/03/02 22:37:52.344] + [[ 3.4 == \2\.\7 ]]
       [2022/03/02 22:37:52.344] + [[ 3.4 == \3\.\5 ]]
       [2022/03/02 22:37:52.344] + python -m pip install --upgrade pip
       [2022/03/02 22:37:52.794] DEPRECATION: Failed to find 'pip' at https://artifactory.corp.mongodb.com/artifactory/api/pypi/pypi/simple/pip/. It is suggested to upgrade your index to support normalized names as the name in /simple/{name}.
       [2022/03/02 22:37:52.882] removing build/bdist.macosx-10.6-intel/wheel
       [2022/03/02 22:37:52.882] Requirement already up-to-date: pip in ./venvtestinstall/lib/python3.4/site-packages
       [2022/03/02 22:37:53.252] + python -m pip install --upgrade setuptools wheel
       [2022/03/02 22:37:53.252] DEPRECATION: Failed to find 'setuptools' at https://artifactory.corp.mongodb.com/artifactory/api/pypi/pypi/simple/setuptools/. It is suggested to upgrade your index to support normalized names as the name in /simple/{name}.
       [2022/03/02 22:37:53.322] Requirement already up-to-date: setuptools in ./venvtestinstall/lib/python3.4/site-packages
       [2022/03/02 22:37:53.346]   DEPRECATION: Failed to find 'wheel' at https://artifactory.corp.mongodb.com/artifactory/api/pypi/pypi/simple/wheel/. It is suggested to upgrade your index to support normalized names as the name in /simple/{name}.
       [2022/03/02 22:37:53.403]   Could not find a version that satisfies the requirement wheel (from versions: )
       [2022/03/02 22:37:53.442] Collecting wheel
       [2022/03/02 22:37:53.442] No matching distribution found for wheel
       [2022/03/02 22:37:53.442] Command failed: command encountered problem: error waiting on process '568cff7f-dbae-43bd-887f-7de6eb82dbe7': exit status 1
       [2022/03/02 22:37:53.442] Task completed - FAILURE.
      

      https://evergreen.mongodb.com/task/mongo_python_driver_3.13_Release_release_mac_1443d7687edb9f6f62a182c0d3b5e9386b4a568c_22_02_17_22_23_37

      Since we already dropped support for 3.4 in PYTHON-2786 we need to remove 3.4 from the release tasks as well.

            Assignee:
            steve.silvester@mongodb.com Steve Silvester
            Reporter:
            shane.harvey@mongodb.com Shane Harvey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: