hyperledger/indy-plenum

Ubuntu 20.04 Installing test dependencies fails

KimEbert42 opened this issue · 3 comments

When running

pip3 install --user .[tests]

The following error is returned

ERROR: No matching distribution found for python3-indy==1.15.0-dev-1625

The preferred method for development is using VSCode DevContainers or GitPod; https://github.com/hyperledger/indy-plenum/tree/ubuntu-20.04-upgrade#how-to-start-working-with-the-code. Available on the ubuntu-20.04-upgrade branch.

Regardless it's strange since the version it's complaining about exists; https://pypi.org/project/python3-indy/1.15.0-dev-1625/

Fixed with #1624