Coder Social home page Coder Social logo

Comments (5)

larsks avatar larsks commented on June 20, 2024

What version of docker are you running? It's possible that there has been an api change such that integers are now delivered as numeric values rather than strings. I'll take a look.

from dockerize.

thekvs avatar thekvs commented on June 20, 2024

The latest stable docker-ce.

$ docker --version
Docker version 17.06.1-ce, build 874a737

from dockerize.

Serkan-devel avatar Serkan-devel commented on June 20, 2024

This issue still persists on armhf

Docker version 17.05.0-ce, build 89658be

from dockerize.

vityafx avatar vityafx commented on June 20, 2024

How can the version of docker affect that? The error is clear that the variable at the needed line is not a string anymore. Looking from where from it is got we don't have anything related to the docker, or to the kernel or anything else, but to objdump utility. So the problem can be only in its output or the python itself. I'd ask for a coreutils version and python version.

from dockerize.

vityafx avatar vityafx commented on June 20, 2024

If we look at the problem, we will see that the python version is 3.6 and the code chunk which gives the error contains the subprocess.check_output which has changed since 3.6 version:

  • Changed in version 3.6: Added encoding and errors parameters

This can be fixed by using encoding parameter correctly.

from dockerize.

Related Issues (14)

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.