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
I tried to setup the project as described.
It's a clean Ubuntu 20.4.0 machine. The whole installation process had worked fine (no errors)
When I start with ./manage start it shows the following error :
unable to prepare context: unable to 'git clone' to temporary context directory: error fetching: /usr/lib/git-core/git-remote-https: /tmp/_MEI6wduQZ/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /lib/x86_64-linux-gnu/libssh.so.4)
: exit status 128
ERROR: Service 'ledger-browser' failed to build : Build failed
How to Reproduce
Use clean Ubuntu 20.4.0 machine (tested on Desktop an on Server edition)
Execute Installation as described in this repo
Change to first chapter of tutorial cd tutorials/1.\ Learning\ Aries,\ ACA-Py\ and\ the\ Basic\ Controller/
./manage start
Expected Behavior
Docker containers should start
System Information
Clean Ubuntu 20.4.0 machine (tested on Desktop an on Server edition)
The text was updated successfully, but these errors were encountered:
I'm having the same problem. Could you run the 2nd tutorial? I'm having a problem in the 6 part, running the line:
response = await agent_controller.wallet.assign_public_did(did_object["did"])
I tried to setup the project as described.
It's a clean Ubuntu 20.4.0 machine. The whole installation process had worked fine (no errors)
When I start with
./manage start
it shows the following error :How to Reproduce
cd tutorials/1.\ Learning\ Aries,\ ACA-Py\ and\ the\ Basic\ Controller/
./manage start
Expected Behavior
Docker containers should start
System Information
The text was updated successfully, but these errors were encountered: