/home/username/actions-runner/_work/_tool/Python/3.12.9/x64/bin/python: No module named pip
Traceback (most recent call last):
File "<stdin>", line 28, in <module>
File "/home/username/actions-runner/_work/_tool/Python/3.12.9/x64/lib/python3.12/venv/__init__.py", line 80, in create
self.post_setup(context)
File "<stdin>", line 20, in post_setup
File "/home/username/actions-runner/_work/_tool/Python/3.12.9/x64/lib/python3.12/subprocess.py", line 573, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/home/username/actions-runner/_work/_tool/Python/3.12.9/x64/bin/python', '-m', 'pip', '--python', '/home/username/actions-runner/_work/_temp/cibw/bin/python', 'install', '/home/username/actions-runner/_work/_actions/pypa/cibuildwheel/v2.22.0']' returned non-zero exit status 1.
).
Description
Hello,
I am observing the following error when using
pypa/cibuildwheel@v2.22.0in my action:The error happens at the
Install cibuildwheelstep (cibuildwheel/action.yml
Line 36 in c93d51e
The machine is Ubuntu 23 with
python3andpython3-pipinstalled throughapt(externally managed environment).Build log
No response
CI config
No response