Closed
Description
Description
Recently (i.e., since last week), we've started seeing a number of Python 3.7 tasks failing with:
../manifest/download.py:2: in <module>
import bz2
/Users/runner/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/bz2.py:19: in <module>
from _bz2 import BZ2Compressor, BZ2Decompressor
E ModuleNotFoundError: No module named '_bz2'
Presumably something in the new image caused CPython to fail to compile the _bz2 module?
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- macOS 11
- macOS 12
- macOS 13
- Windows Server 2019
- Windows Server 2022
Image version and build link
20230611.2
Is it regression?
20230524.1
Expected behavior
The Python 3.7 _bz2
module to be installed.
Actual behavior
The Python 3.7 _bz2
module is not installed.
Repro steps
python3.7 -c 'import bz2'
Metadata
Metadata
Assignees
Labels
No labels