Giter VIP home page Giter VIP logo

Comments (3)

lparkerlm avatar lparkerlm commented on July 21, 2024

Hi, I am working on a fix for this. It seems there's been some drift in the dependencies, so I'm attempting to bring them up to date.

from cert-issuer.

antonellopasella avatar antonellopasella commented on July 21, 2024

This is part of my working Dockerfile.
It seems that adding multiple packages (with different dependencies) in a single line does'nt work.
I split them in multiple RUN and redo some of them afrer installing and setup.py

RUN apk add --update \
        bash \
        ca-certificates \
        curl \
        gcc \
        gmp-dev \
        libffi-dev \
        libressl-dev \
        linux-headers \
        make \
        musl-dev \
        python \
        python3 \
        python3-dev \
        tar
RUN apk add libxslt-dev
RUN apk add py-lxml
RUN python3 -m ensurepip \
    && pip3 install --upgrade pip setuptools

RUN pip3 install merkletools==1.0.2 \
    && pip3 install pysha3==1.0.2 \
    && sed -i.bak s/==1\.0b1/\>=1\.0\.2/g /usr/lib/python3.*/site-packages/merkletools-1.0.2-py3.*.egg-info/requires.txt

RUN pip3 install /cert-issuer/.



RUN pip3 install wheel
# install cert-issuer
RUN cd /cert-issuer && python3 setup.py experimental --blockchain=ethereum

RUN pip3 install web3==5.11.0
RUN pip3 install rlp==0.6.0
RUN pip3 install jsonschema==2.6.0

from cert-issuer.

lparkerlm avatar lparkerlm commented on July 21, 2024

It looks like we're thinking along the same lines. I had to be a little more cautious with some of the package versions, due to compatibility issues elsewhere, but it's roughly the same.

I just merged a PR (#208) that should take care of it. Thanks for the heads up :)

from cert-issuer.

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.