You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
Running the docker-compose build results in the following error:
The following packages have unmet dependencies:
indy-plenum : Depends: python3-orderedset (= 2.0) but 2.0.3 is to be installed
Depends: python3-psutil (= 5.4.3) but 5.6.6 is to be installed
Depends: python3-psutil (= 5.4.3) but 5.6.6 is to be installed
Depends: python3-pympler (= 0.5) but 0.8 is to be installed
E: Unable to correct problems, you have held broken packages.
ERROR: Service 'ledger' failed to build : The command '/bin/sh -c apt-get update -y && apt-get install -y python3-pyzmq=17.0.0 indy-plenum=${indy_plenum_ver} indy-plenum=${indy_plenum_ver} indy-node=${indy_node_ver} python3-indy-crypto=${python3_indy_crypto_ver} libindy-crypto=${indy_crypto_ver} vim' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered:
Followed the instructions in the read me file: https://github.com/hyperledger/aries-protocol-test-suite/blob/master/README.md
Running the
docker-compose build
results in the following error:The text was updated successfully, but these errors were encountered: