Code Monkey home page Code Monkey logo

Comments (8)

AdamBogdan avatar AdamBogdan commented on June 9, 2024

the command used is something like this --> ecs deploy $ORG $SERVICE_NAME --tag $TAG --region <<parameters.REGION>> --ignore-warnings --timeout 1800

from ecs-deploy.

fabfuel avatar fabfuel commented on June 9, 2024

Looks like it’s coming from the botocore Library, not ecs-deploy. And it seems to be an incompatibility with Python 2.7.
Did you already try Python 3 or maybe pinning to an older version of botocore?

from ecs-deploy.

fabfuel avatar fabfuel commented on June 9, 2024

Python 2 support was dropped on 07/15/2021 in botocore (pleas see https://github.com/boto/botocore#botocore)

ecs-deploy itself currently is Python 2 compatible, but is heaviliy reliying on the underlying AWS boto libraries, therefore I would not recommend pinning to an old version of botocore or boto3, but instead upgrading to Python 3 if possible.

from ecs-deploy.

AdamBogdan avatar AdamBogdan commented on June 9, 2024

Hey Fabian ,
I don't know what happened but until this new release everything was fine . We've tested with 1.11.3 and worked just fine .

Thank you ,

Bogdan

from ecs-deploy.

fabfuel avatar fabfuel commented on June 9, 2024

Hi Bogdan, good to hear. Do you use the Docker version or do you install ecs-deploy as python package?

from ecs-deploy.

AdamBogdan avatar AdamBogdan commented on June 9, 2024

Hi , it was installed as << pip install ecs-deploy >> in a CircleCi pipeline

from ecs-deploy.

AdamBogdan avatar AdamBogdan commented on June 9, 2024

Hey Fabian , managed to update the python version to 3.7 . Now everything its working fine . Thank you for your help .

Regards,

Bogdan

from ecs-deploy.

fabfuel avatar fabfuel commented on June 9, 2024

You're welcome! Thanks for the update.

Best
Fabian

from ecs-deploy.

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.