Skip to content

Instantly share code, notes, and snippets.

@rngadam
Last active July 27, 2024 19:47
Show Gist options
  • Save rngadam/c138c05c8334565a6fbb083d1a72cd72 to your computer and use it in GitHub Desktop.
Save rngadam/c138c05c8334565a6fbb083d1a72cd72 to your computer and use it in GitHub Desktop.

aries-agent-test-harness $ git rev-parse HEAD 93e39a53d314e7567f6505356a0ce61750a52509

error:

13.94 Collecting prompt_toolkit~=2.0.9
13.95   Downloading prompt_toolkit-2.0.9-py3-none-any.whl (337 kB)
13.96      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 337.8/337.8 kB 36.0 MB/s eta 0:00:00
13.97 ERROR: Package 'web-py' requires a different Python: 3.7.17 not in '<3.13,>=3.8'
13.97 
13.97 [notice] A new release of pip is available: 23.0.1 -> 24.0
13.97 [notice] To update, run: pip install --upgrade pip
------
Dockerfile.acapy-redis:19
--------------------
  17 |     COPY acapy/requirements-main.txt acapy/
  18 |     
  19 | >>> RUN pip install -r python/requirements.txt -r acapy/requirements-main.txt
  20 |     RUN pip install git+https://github.com/hyperledger/aries-acapy-plugins@main#subdirectory=redis_events
  21 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install -r python/requirements.txt -r acapy/requirements-main.txt" did not complete successfully: exit code: 1
Docker image build failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment