GithubHelp home page GithubHelp logo

Comments (7)

Orbitax avatar Orbitax commented on September 28, 2024 5

When sam build is called, pip tries to download all the packages in wheel format. When this failes pip tries to convert the remaining packages from sdist to wheel. For some reason this doesn't work. The solution is to install wheel with the folowing command:
pip3 install wheel

from aws-lambda-builders.

wes3985 avatar wes3985 commented on September 28, 2024 1

Is there any development on this yet? Its been 8 months! I'm getting something similar: https://stackoverflow.com/questions/57672859/aws-sam-build-not-able-to-build-packages-due-to-error-pythonpipbuilderresolved

from aws-lambda-builders.

mohamedelephant avatar mohamedelephant commented on September 28, 2024 1

Same here, I'm still getting the error

Is there any development on this yet? Its been 8 months! I'm getting something similar: https://stackoverflow.com/questions/57672859/aws-sam-build-not-able-to-build-packages-due-to-error-pythonpipbuilderresolved

from aws-lambda-builders.

mattcaruso avatar mattcaruso commented on September 28, 2024 1

When sam build is called, pip tries to download all the packages in wheel format. When this failes pip tries to convert the remaining packages from sdist to wheel. For some reason this doesn't work. The solution is to install wheel with the folowing command:
pip3 install wheel

This isn't working for me. I have wheel installed in the venv where I'm working as well as in my Mac's default interpreter and I'm still getting a failure due to missing wheels.

from aws-lambda-builders.

stealthycoin avatar stealthycoin commented on September 28, 2024

For reference, in Chalice we catch that error: https://github.com/aws/chalice/blob/master/chalice/deploy/packager.py#L95 to expose a better message to the user: https://github.com/aws/chalice/blob/master/chalice/constants.py#L207 along with a link to the documentation about how to resolve the problem.

from aws-lambda-builders.

Maheb avatar Maheb commented on September 28, 2024

Is there any development on this yet? Its been 8 months! I'm getting something similar: https://stackoverflow.com/questions/57672859/aws-sam-build-not-able-to-build-packages-due-to-error-pythonpipbuilderresolved

Same. Any updates on this?

from aws-lambda-builders.

lwjason avatar lwjason commented on September 28, 2024

Is there any development on this yet? Its been 8 months! I'm getting something similar: https://stackoverflow.com/questions/57672859/aws-sam-build-not-able-to-build-packages-due-to-error-pythonpipbuilderresolved

Same here, always getting this error

from aws-lambda-builders.

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.