onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
236 stars 26 forks source link

package solving failed. #208

Closed anz-ryu closed 1 year ago

anz-ryu commented 1 year ago

I am using a package that depend dcli, and also I am using another package that using win32 3.0.0 so 'package solving failed.' can you upgrade the packages version for me?

Logs

[quick_ide] flutter pub get
Running "flutter pub get" in quick_ide...
Because flutter_eval >=0.5.3 depends on dart_eval ^0.5.4 which depends on dcli ^1.34.0, flutter_eval >=0.5.3 requires dcli ^1.34.0.
And because dcli >=1.33.2 <2.0.0-beta.13 depends on win32 ^2.7.0, flutter_eval >=0.5.3 requires win32 ^2.7.0.
And because file_picker 5.2.2 depends on win32 ^3.0.0 and no versions of file_picker match >5.2.2 <6.0.0, flutter_eval >=0.5.3 is incompatible with file_picker ^5.2.2.
So, because quick_ide depends on both file_picker ^5.2.2 and flutter_eval ^0.5.3, version solving failed.
pub get failed (1; So, because quick_ide depends on both file_picker ^5.2.2 and flutter_eval ^0.5.3, version solving failed.)
exit code 1
bsutton commented 1 year ago

try the 2.0 beta of dcli.

On Fri, Nov 4, 2022 at 12:12 PM anz-ryu @.***> wrote:

I am using a package that depend dcli, and also I am using another package that using win32 3.0.0 so 'package solving failed.' can you upgrade the packages version for me?

Logs

[quick_ide] flutter pub get Running "flutter pub get" in quick_ide... Because flutter_eval >=0.5.3 depends on dart_eval ^0.5.4 which depends on dcli ^1.34.0, flutter_eval >=0.5.3 requires dcli ^1.34.0. And because dcli >=1.33.2 <2.0.0-beta.13 depends on win32 ^2.7.0, flutter_eval >=0.5.3 requires win32 ^2.7.0. And because file_picker 5.2.2 depends on win32 ^3.0.0 and no versions of file_picker match >5.2.2 <6.0.0, flutter_eval >=0.5.3 is incompatible with file_picker ^5.2.2. So, because quick_ide depends on both file_picker ^5.2.2 and flutter_eval ^0.5.3, version solving failed. pub get failed (1; So, because quick_ide depends on both file_picker ^5.2.2 and flutter_eval ^0.5.3, version solving failed.) exit code 1

— Reply to this email directly, view it on GitHub https://github.com/onepub-dev/dcli/issues/208, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAG32OAARL6444PD54HDU6LWGRPIZANCNFSM6AAAAAARWWUL5M . You are receiving this because you are subscribed to this thread.Message ID: @.***>

bsutton commented 1 year ago

I believe the 2.x branch fixes this.