hyperledger / indy-plenum

Plenum Byzantine Fault Tolerant Protocol
https://wiki.hyperledger.org/display/indy
Apache License 2.0
215 stars 370 forks source link

Ubuntu 20.04 Installing test dependencies fails #1622

Closed KimEbert42 closed 1 year ago

KimEbert42 commented 1 year ago

When running

pip3 install --user .[tests]

The following error is returned

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

WadeBarnes commented 1 year ago

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.

WadeBarnes commented 1 year ago

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

pSchlarb commented 1 year ago

Fixed with https://github.com/hyperledger/indy-plenum/pull/1624