Giter Site home page Giter Site logo

Comments (6)

dmtrKovalenko avatar dmtrKovalenko commented on July 30, 2024 2

After some investigations appears that the real reason of this issue comes form cargo and not from us. TLDR by default cargo install is not using Cargo.lock for binary dependencies and tries to install the latest version of all dependencies available.

And we have specific conflict with ratatui 0.22.0 which throws this error. Solution: use --locked arg:

cargo install blendr --locked

from blendr.

dmtrKovalenko avatar dmtrKovalenko commented on July 30, 2024 1

How is that possible that I missed this issue 😨

from blendr.

arindamchoudhury avatar arindamchoudhury commented on July 30, 2024

I have encountered the same problem

from blendr.

ScripterSugar avatar ScripterSugar commented on July 30, 2024

Having exact same problem too!

Update: Problem solved by using binary installation curl --proto '=https' --tlsv1.2 -sLSf "https://github.com/dmtrKovalenko/blendr/blob/main/install.sh?raw=true" | sh

from blendr.

develop7 avatar develop7 commented on July 30, 2024

How is that possible that I missed this issue 😨

Well? 🥺

from blendr.

dmtrKovalenko avatar dmtrKovalenko commented on July 30, 2024

Please use the binary installation for now, it will work. I'll do my best to resolve this issue in the next 24 hours

from blendr.

Related Issues (4)

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.