Git Product home page Git Product logo

Comments (1)

movermeyer avatar movermeyer commented on June 16, 2024

Hey @Olegt0rr,

ciso8601 is a Python extension written in C. Since it doesn't (yet) provide any pre-compiled binary wheels, it needs to be compiled as part of the installation.

One option would be to install the required build dependencies within the Dockerfile (a C compiler, and the Python dev headers).

Alternatively, use a Docker image that already has the required dependencies (eg. python:3.8-buster)

$ docker run -it --rm=true python:3.8-buster pip3 install ciso8601
Collecting ciso8601
  Downloading ciso8601-2.1.3.tar.gz (15 kB)
Building wheels for collected packages: ciso8601
  Building wheel for ciso8601 (setup.py) ... done
  Created wheel for ciso8601: filename=ciso8601-2.1.3-cp38-cp38-linux_x86_64.whl size=30955 sha256=a4992253ada261609435f4e85474cbbca368ff35b8ff562f44549072220bd10f
  Stored in directory: /root/.cache/pip/wheels/55/c3/4c/7f1b3249545f80aa40b0ff3b4029e676e7521559fb9b5aab14
Successfully built ciso8601
Installing collected packages: ciso8601
Successfully installed ciso8601-2.1.3

Closing this in favour of #25

from ciso8601.

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.