Giter Site home page Giter Site logo

Comments (4)

mhart avatar mhart commented on August 27, 2024 3

The Amazon Linux yum repos don't have any devel packages available for Python 3.6

You can install the include libs and files from the Python source:

curl https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tar.xz | tar -xJ
cd Python-3.6.1
./configure --prefix=/var/lang
make -j$(getconf _NPROCESSORS_ONLN) libinstall inclinstall

pip3 install cryptography will then succeed

I'm happy to add these lines to the build Dockerfile – I'm just mindful that ppl may get overconfident in assuming certain libraries and headers are available on the python3.6 Lambda when they're actually not.

from docker-lambda.

mhart avatar mhart commented on August 27, 2024

So I added this to the latest build-python3.6 image – can check progress on the Docker builds here: https://hub.docker.com/r/lambci/lambda/builds/

Let me know if that solves your issue

from docker-lambda.

mhart avatar mhart commented on August 27, 2024

Build done. Confirmed that docker run lambci/lambda:build-python3.6 pip3 install cryptography works as expected

from docker-lambda.

nicholasbishop avatar nicholasbishop commented on August 27, 2024

Looks good, thanks for the quick fix!

from docker-lambda.

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.