-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
[v3.12] macOS release task is failing on Python 3.4
[2021/08/11 04:53:32.948] ++ python -c 'import sys;print("%s.%s" % sys.version_info[:2])' [2021/08/11 04:53:32.971] + PYTHON_VERSION=3.4 [2021/08/11 04:53:32.971] + [[ 3.4 == \3\.\4 ]] [2021/08/11 04:53:32.971] + python -m pip install --upgrade 'pip<19.2' [2021/08/11 04:53:33.358] 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}. [2021/08/11 04:53:33.417] removing build/bdist.macosx-10.6-intel/wheel [2021/08/11 04:53:33.417] Requirement already up-to-date: pip<19.2 in ./venvtestinstall/lib/python3.4/site-packages [2021/08/11 04:53:33.783] + python -m pip install --upgrade setuptools wheel [2021/08/11 04:53:33.783] 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}. [2021/08/11 04:53:33.846] Requirement already up-to-date: setuptools in ./venvtestinstall/lib/python3.4/site-packages [2021/08/11 04:53:33.871] 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}. [2021/08/11 04:53:33.923] Could not find a version that satisfies the requirement wheel (from versions: ) [2021/08/11 04:53:33.955] Collecting wheel [2021/08/11 04:53:33.955] No matching distribution found for wheel [2021/08/11 04:53:33.955] Command failed: command encountered problem: error waiting on process '6db7492e-42a4-48bd-a54c-379d4c49e860': exit status 1 [2021/08/11 04:53:33.955] Task completed - FAILURE.
- related to
-
PYTHON-2923 Add Python 3.10 to release tasks
- Closed