Giter Site home page Giter Site logo

Comments (5)

felicianotech avatar felicianotech commented on July 19, 2024

Hi,

You need to install Python, or use an image that contains Python. This repository is for the Node.js image that contains Node.js, not Python.

I'd suggest using the Python image (cimg/python). If you also need Node.js, there's a Node variant for the Python image. https://github.com/CircleCI-Public/cimg-python

from cimg-node.

xavar87 avatar xavar87 commented on July 19, 2024

Ok,
so I understand that I cannot build node app and publish it to s3 or lambda using only one image?
In old image (circleci/node) it was possible.

from cimg-node.

felicianotech avatar felicianotech commented on July 19, 2024

You can. Please see the link I provided in my previous comment.

from cimg-node.

yliu-d avatar yliu-d commented on July 19, 2024

We have a similar issue but in our case we need to build both go application, nodejs application and nodejs native addon (during yarn install, and the build process requires python). There is no image that contains all of these tools. Can we add python to all the node variant so that yarn install always work?

from cimg-node.

felicianotech avatar felicianotech commented on July 19, 2024

We won't be adding Python to the -node variant.

A fast option is to build your own custom image, but I know not everyone wants to do that. So my suggestion would be to use the Python image, but the -node variant. This gives you two of the three languages pre-installed. Then use the Go orb to install Go on the fly, which is fairly fast. Then you'll have all three languages installed.

In the future, questions like this should be asked on CircleCI Discuss. This is the best place to have discussion about Convenience Images.

from cimg-node.

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.