Giter VIP home page Giter VIP logo

Because every version of flutter_test from sdk depends on meta 1.8.0 and bubble_up depends on meta ^1.9.0, flutter_test from sdk is forbidden. So, because bubble_up depends on flutter_test from sdk, version solving failed. about openai HOT 11 CLOSED

anasfik avatar anasfik commented on May 29, 2024
Because every version of flutter_test from sdk depends on meta 1.8.0 and bubble_up depends on meta ^1.9.0, flutter_test from sdk is forbidden. So, because bubble_up depends on flutter_test from sdk, version solving failed.

from openai.

Comments (11)

anasfik avatar anasfik commented on May 29, 2024

Hi, thank you for getting here!

can you give more details/information about this issue and how does it relate to the dart_openai library?

from openai.

ulrich-lab avatar ulrich-lab commented on May 29, 2024

from openai.

anasfik avatar anasfik commented on May 29, 2024

the dart_openai uses the latest version of meta which is 1.9.0 as of today, I don't see how you're issue relates specifically to this dart_openai.

it seems like some other package in your flutter project uses an older version of meta, which results in this conflict/error

A fix that might work for your case, is to remove the version number of the library on your pubspec.yaml:

From this:

  dependencies:
     theLibrary: ^1.0.0

to this:

  dependencies:
     theLibrary: 

just let the version number value empty like this, then run flutter pub get, then run your app.

from openai.

ulrich-lab avatar ulrich-lab commented on May 29, 2024

from openai.

anasfik avatar anasfik commented on May 29, 2024

I don't have any problem with downgrading the meta version so it works for you, I will set it to 1.8.0.

from openai.

anasfik avatar anasfik commented on May 29, 2024

Can you update the dart_openai version to 1.0.9 :

  dart_openai: ^1.0.9

it uses meta at the version of 1.8.0, so it should be compatible with your project now.

from openai.

ulrich-lab avatar ulrich-lab commented on May 29, 2024

from openai.

anasfik avatar anasfik commented on May 29, 2024

Try now to update the version of dart_openai to 1.1.0.

from openai.

ulrich-lab avatar ulrich-lab commented on May 29, 2024

from openai.

anasfik avatar anasfik commented on May 29, 2024

Great, if you faced any other issues, please let me know.

from openai.

ulrich-lab avatar ulrich-lab commented on May 29, 2024

from openai.

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.