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

unable to install plugin: json dependency conflict #57

Open
lelutin opened this issue Nov 17, 2017 · 1 comment
Open

unable to install plugin: json dependency conflict #57

lelutin opened this issue Nov 17, 2017 · 1 comment

Comments

@lelutin
Copy link

lelutin commented Nov 17, 2017

Hello, I just tried to install the plugin with vagrant plugin install sahara and vagrant gave this error:

$ vagrant plugin install sahara
Installing the 'sahara' plugin. This can take a few minutes...
Bundler, the underlying system Vagrant uses to install plugins,
reported an error. The error is shown below. These errors are usually
caused by misconfigured plugin installations or transient network
issues. The error from Bundler is:

conflicting dependencies json (= 1.8.3) and json (= 2.1.0)
  Activated json-2.1.0
  which does not match conflicting dependency (= 1.8.3)

  Conflicting dependency chains:
    json (= 2.1.0), 2.1.0 activated

  versus:
    json (= 1.8.3)

  Gems matching json (= 1.8.3):
    json-1.8.3

I'm running debian sid with vagrant 2.0.0 and vagrant-libvirt 0.0.40

@lelutin
Copy link
Author

lelutin commented Nov 17, 2017

hmm apparently this happens when trying to install other plugins as well so it might not be a bug of this plugin's in particular. from what I can see, json 1.8.3 is installed by libruby2.3 and ruby-json installs 2.1.0

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