-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem of running Hyperledger Indy, Aries, Ursa Agent Demonstration #85
Comments
@2017zhangyuxuan I also had the qemu core dump when trying to run the von-network on Apple Silicon M1. I ended up re-building the underlying docker image (von-image) for limux/arm64 architecture. See the discussion here. You can run the von-network on Apple Silicon M1 (or Linux/arm64) by replacing the first line in the Dockerfile of von-network:
which then points to my image of von-network compiled for arm64 architecture. You can create your own docker-image following the steps described in the pull-request |
@nebucaz Thanks a lot for answering. However, there is still an error. Can you show me the whole |
@2017zhangyuxuan If you change the file
However, there seems to be another error in the agentjs wich will core dump every agent:
same for bob_1, faber_1, and thrift_1 |
Sorry for being slow to answer this one. As @nebucaz correctly points out, this is a very old, locked in time demo that I should have retired. Rather than trying to fix this, I've replaced the lab with a new one that uses the latest code is maintained far better than the one I had been using. I'm going to close this issue as "too old to address", and you will see that the readme directs the user to a different, but similar lab. |
Indy agents giving errorr - container logs message as below-
wallet already exist, try to open wallet |
For this instruction
https://github.com/cloudcompass/ToIPLabs/blob/main/src/indy-material/nodejs/RunningLocally.md
, when I do the command./manage build
, it failed. The error image like this.I tried
pip install --upgrade pip
. But is didn't work. It seemed that pip was still old version. Can you give me some advice?The text was updated successfully, but these errors were encountered: