-
Notifications
You must be signed in to change notification settings - Fork 657
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
Unable to start indy test network #1624
Comments
I also encountered the same problem. I downloaded the version number of the website and found that none of them could be used? Why? |
@darkchylde, You resolved the issue? If so please provide details. |
Reopening again. Temporarily fixed the issue by using specific indy node (1.12.1~dev1172) and plenum (1.12.1~dev989) versions, Updated the
|
@WadeBarnes This issue is related to #1621 |
Good day to all! This issue still exist today (master branch),even after update suggested here #1624 (comment) The following information may help to resolve the situation:
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.
The command '/bin/sh -c apt-get update -y && apt-get install -y indy-plenum=1.12.1~dev989 indy-node=1.12.1~dev1172 libindy' returned a non-zero code: 100 |
There was a temporary problem with one of the artifact repos providing the dependencies. They should be fixed now. Could you please try again and if all good, please close this issue. Thanks! Sorry for the inconvenience. |
Trying to start the testpool with the pool_start.sh fails. From the build of environment/docker/pool/node.init.ubuntu.dockerfile:
It seems that ursa is not installed in the environment/docker/pool/core.ubuntu.dockerfile. |
Pool started with the pool_start.sh script after adding ursa. |
Enabling all Ubuntu Repositories in version 16.04 worked for me.
|
Closing this for now. Please re-open is this continues to be any issue. |
nice |
Followed the instructions provided in the README.md file to start a test network,
Following command failed to execute
./pool_start.sh 4 10.0.0.2,10.0.0.3,10.0.0.4,10.0.0.5 10 9701
, below is the console output,The text was updated successfully, but these errors were encountered: