Hello
I am a college student, I am trying to study on my own and am looking for solutions below. The problem started to occur after I installed sumac2My openedx page became a blank page. Can someone teach me to solve problems? Or have a video that can be recommended? I tried to follow the chatgpt, but it didn’t work
someone plz help:
=> ERROR [python-requirements 8/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip inst 2.9s
[python-requirements 8/8] RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared pip install ‘git://github/techin18/frontend-app-authn/tree/master’:
1.859 Collecting git+://github/techin18/frontend-app-authn/tree/master
1.860 Cloning //github/techin18/frontend-app-authn/tree/master to /tmp/pip-req-build-xow8sq38
1.873 Running command git clone --filter=blob:none --quiet /github./techin18/frontend-app-authn/tree/master /tmp/pip-req-build-xow8sq38
2.662 fatal: repository ‘://github./techin18/frontend-app-authn/tree/master/’ not found
2.673 error: subprocess-exited-with-error
2.673
2.673 × git clone --filter=blob:none --quiet //github./techin18/frontend-app-authn/tree/master /tmp/pip-req-build-xow8sq38 did not run successfully.
2.673 │ exit code: 128
2.673 ╰─> See above for output.
2.673
2.673 note: This error originates from a subprocess, and is likely not a problem with pip.
2.674 error: subprocess-exited-with-error
2.674
2.674 × git clone --filter=blob:none --quiet //github/techin18/frontend-app-authn/tree/master /tmp/pip-req-build-xow8sq38 did not run successfully.
2.674 │ exit code: 128
2.674 ╰─> See above for output.
2.674
2.674 note: This error originates from a subprocess, and is likely not a problem with pip.
2.779
2.779 [notice] A new release of pip is available: 24.0 → 25.0.1
2.779 [notice] To update, run: pip install --upgrade pip
Dockerfile:106
105 |
106 | >>> RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=shared
107 | >>> pip install ‘git+://github/techin18/frontend-app-authn/tree/master’
108 |
---|
ERROR: failed to solve: process “/bin/sh -c pip install ‘git+/github/techin18/frontend-app-authn/tree/master’” did not complete successfully: exit code: 1 |
Error: Command failed with status 1: docker buildx build --tag=docker.io/overhangio/openedx:18.1.4-indigo --output=type=docker --cache-from=type=registry,ref=docker.io/overhangio/openedx:18.1.4-indigo-cache /home/techin/.local/share/tutor/env/build/openedx |