I have recently installed tutor openEDX version 19.0.1 using pipx on ubuntu 24.04. I am trying to install xblock-pdf. while rebuilding phase.
tutor config save --set OPENEDX_EXTRA_PIP_REQUIREMENTS=“git+https://github.com/blazejwiecha/xblock-pdf#egg=xblock-pdf”
tutor images build openedx
=> ERROR [python-requirements 9/67] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install ‘t’ 1.9s
[python-requirements 9/67] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install ‘t’:
1.524 ERROR: Could not find a version that satisfies the requirement t (from versions: none)
1.524 ERROR: No matching distribution found for t
1.675
1.675 [notice] A new release of pip is available: 24.0 → 25.1.1
1.675 [notice] To update, run: pip install --upgrade pip
Dockerfile:116
115 |
116 | >>> RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared
117 | >>> pip install ‘t’
118 |
---|
ERROR: failed to build: failed to solve: process “/bin/sh -c pip install ‘t’” did not complete successfully: exit code: 1 |
Error: Command failed with status 1: docker buildx build --tag=docker.io/overhangio/openedx:19.0.1-indigo --output=type=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:19.0.1-indigo-cache /home/azureuser/.local/share/tutor/env/build/openedx |
Can anyone help me understand the error?