Git Product home page Git Product logo

Comments (6)

kdenhartog avatar kdenhartog commented on July 18, 2024

this is an issue that appears due to the base58 version. It was recently updated and we chose to freeze the version we we're using and will update later. For now, if you run sudo pip install base58==0.2.5 then you the problem should be resolved.

from indy-sdk.

PJUllrich avatar PJUllrich commented on July 18, 2024

So although I pinned (or froze) every version of every possible indy package (e.g. libindy, indy-plenum, anoncreds, etc. as specified in the indy-pool.dockerfile), still the latest versions of python packages are pulled? Shouldn't those be pinned as well within the ubuntu packages of e.g. indy-plenum?

My point is: For development, I would like to have a stable version that does not change, which is why I pinned all the versions. However, this issue shows that somewhere within the ubuntu packages, the python packages are not versioned and the latest versions are pulled. This makes it incredibly inconvenient to develop for Indy since one day to the next (most often just before a demo of course), everything breaks. Can you not pin the python packages as well, when you make a new release?

from indy-sdk.

vimmerru avatar vimmerru commented on July 18, 2024

As i know team that supports Indy Node already solved this.

from indy-sdk.

PJUllrich avatar PJUllrich commented on July 18, 2024

@vimmerru can you link to an Issue or file where they fix this? I'm having another issue because of this as well and am blocked until this is resolved.

from indy-sdk.

vimmerru avatar vimmerru commented on July 18, 2024

@PJUllrich https://jira.hyperledger.org/browse/INDY-1287

from indy-sdk.

PJUllrich avatar PJUllrich commented on July 18, 2024

Thank you. We fixed this by pinning the base58 package ourselves by pinning the base58 package in the apt-get update command.
Note the added python3-base58=0.2.4 \ command.

RUN apt-get update -y && apt-get install -y \
        indy-plenum=${indy_plenum_ver} \
        indy-anoncreds=${indy_anoncreds_ver} \
        indy-node=${indy_node_ver} \
        python3-indy-crypto=${python3_indy_crypto_ver} \
        libindy-crypto=${indy_crypto_ver} \
        python3-base58=0.2.4 \
        vim

from indy-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.