Skip to content
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

DependencyResolutionError when trying to install #277

Open
arthurzenika opened this issue Apr 6, 2018 · 1 comment
Open

DependencyResolutionError when trying to install #277

arthurzenika opened this issue Apr 6, 2018 · 1 comment

Comments

@arthurzenika
Copy link
Contributor

I'm getting the following error when trying to install sensu-plugins-aws :

ERROR:  While executing gem ... (Gem::DependencyResolutionError)
                  conflicting dependencies mime-types (~> 3.0) and mime-types (< 3.0, >= 1.16)
                Activated mime-types-1.16 via:
                  mime-types-1.16 (< 3.0, >= 1.16), rest-client-1.8.0 (= 1.8.0), sensu-plugins-aws-11.3.0 (= 11.3.0)
                instead of (~> 3.0) via:
                  google-api-client-0.19.1 (~> 0.19.1), fog-google-1.3.3 (>= 0.0.2), fog-1.32.0 (= 1.32.0), sensu-plugins-aws-11.3.0 (= 11.3.0)

This used to work, has a dependency changed or is it my machine that has something wrong ?

@arthurzenika
Copy link
Contributor Author

This is probably not the right solution but downgrading to 10.0.0 works

  306  gem install fog-google --version=0.6.0
  307  gem install mime-types --version=2.99.3
  308  gem install sensu-plugins-aws --version=10.0.0

on debian jessie with

# gem --version
2.2.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant