Skip to content

pub tells me that there is no appengine 0.3.0 but there is #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
zoechi opened this issue May 29, 2015 · 3 comments
Closed

pub tells me that there is no appengine 0.3.0 but there is #1

zoechi opened this issue May 29, 2015 · 3 comments
Labels
needs-info Additional information needed from the issue author type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@zoechi
Copy link

zoechi commented May 29, 2015

I hope it's ok to create the issue here instead of http://dartbug.com?

dependencies:
  appengine: '>=0.3.0 <0.4.0'

or

dependencies:
  appengine: ^0.3.0
 (v1service_mock) $ pub upgrade
Resolving dependencies... (4.5s) 
Package appengine has no versions that match >=0.3.0 <0.4.0 derived from:
- bwu_datastore_connection depends on version >=0.3.0 <0.4.0

https://pub.dartlang.org/packages/appengine

when I change the constraint to ^0.2.0 I get

Package gcloud has no versions that match >=0.1.0 <0.2.0 derived from:
- appengine 0.2.2 depends on version >=0.1.0 <0.2.0

full pubspec.yaml

name: bwu_datastore_connection
version: 0.0.1
author: Günter Zöchbauer <[email protected]>
publish-to: none
environment:
  sdk: ">=1.8.0-dev.3.0 <2.0.0"

dependencies:
  appengine: '>=0.3.0 <0.4.0'
  fixnum: ^0.9.1
  googleapis_auth: ^0.2.3
  googleapis_beta: ^0.14.0
  http: ^0.11.0
  logging: ^0.11.0
  logging_handlers: ^0.8.0
  protobuf: ^0.3.6
  quiver_log: ^1.0.3
  shelf: ^0.6.0
  uuid: ^0.5.0

dev_dependencies:
  bwu_datastore_launcher:
    path: ../bwu_datastore_launcher
  bwu_utils_dev:
    path: ../bwu_utils_dev
  dart_style: ^0.1.8
  grinder: ^0.7.1+3
  linter: ^0.0.2+3
  test: ^0.12.2
@zoechi
Copy link
Author

zoechi commented May 29, 2015

Dart VM version: 1.11.0-edge.131652 (Wed May 27 18:15:00 2015) on "linux_x64"

@kevmoo
Copy link
Member

kevmoo commented May 29, 2015

@zoechi Try running pub upgrade --verbosity=solver and include the output

@nex3
Copy link
Member

nex3 commented May 29, 2015

Depending on the details of how the version solver progresses, it can print out some unexpected or inaccurate errors. This is because the "real" error is multilayered and complex, and currently the solver has no way of representing that. Dollars to donuts once you post the --verbosity=solver output, that's what's going on.

@nex3 nex3 added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) needs-info Additional information needed from the issue author labels Dec 9, 2015
@nex3 nex3 closed this as completed Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-info Additional information needed from the issue author type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants