parameterized.rst: fix bug in example code: missing pointer deref #553
Cirrus CI / Alpine (gcc,i386)
failed
Aug 17, 2024 in 10s
Task Summary
Instruction setup failed in 00:08
Details
✅ 00:01 clone
❌ 00:08 setup
(72/95) Installing libedit-dev (20240517.3.1-r0)
(73/95) Installing libpcre2-16 (10.43-r0)
(74/95) Installing libpcre2-32 (10.43-r0)
(75/95) Installing pcre2-dev (10.43-r0)
(76/95) Installing libgit2-dev (1.7.2-r0)
(77/95) Installing samurai (1.2-r5)
(78/95) Installing gdbm (1.23-r1)
(79/95) Installing mpdecimal (4.0.0-r0)
(80/95) Installing readline (8.2.10-r0)
(81/95) Installing sqlite-libs (3.45.3-r1)
(82/95) Installing python3 (3.12.3-r1)
(83/95) Installing python3-pycache-pyc0 (3.12.3-r1)
(84/95) Installing pyc (3.12.3-r1)
(85/95) Installing meson-pyc (1.4.0-r2)
(86/95) Installing python3-pyc (3.12.3-r1)
(87/95) Installing meson (1.4.0-r2)
(88/95) Installing py3-parsing (3.1.2-r1)
(89/95) Installing py3-parsing-pyc (3.1.2-r1)
(90/95) Installing py3-packaging (24.0-r1)
(91/95) Installing py3-packaging-pyc (24.0-r1)
(92/95) Installing py3-setuptools (70.3.0-r0)
(93/95) Installing py3-setuptools-pyc (70.3.0-r0)
(94/95) Installing py3-pip (24.0-r2)
(95/95) Installing py3-pip-pyc (24.0-r2)
Executing busybox-1.36.1-r29.trigger
Executing ca-certificates-20240705-r0.trigger
OK: 402 MiB in 109 packages
pip3 install cram==0.7
error: externally-managed-environment
× This environment is externally managed
╰─>
The system-wide python installation should be maintained using the system
package manager (apk) only.
If the package in question is not packaged already (and hence installable via
"apk add py3-somepackage"), please consider installing it inside a virtual
environment, e.g.:
python3 -m venv /path/to/venv
. /path/to/venv/bin/activate
pip install mypackage
To exit the virtual environment, run:
deactivate
The virtual environment is not deleted, and can be re-entered by re-sourcing
the activate file.
To automatically manage virtual environments, consider using pipx (from the
pipx package).
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
�����
Loading