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

Can't install neo4j without neo4j-community #1550

Open
JustinAiken opened this issue May 21, 2019 · 0 comments
Open

Can't install neo4j without neo4j-community #1550

JustinAiken opened this issue May 21, 2019 · 0 comments

Comments

@JustinAiken
Copy link
Contributor

Downloading neo4j-9.4.0 revealed dependencies not in the API or the lockfile (neo4j-community (~> 2.0)).
Either installing with `--full-index` or running `bundle update neo4j` should fix the problem.
  • Same result with --full-index
  • bundle update neo4j gives: Unable to find a spec satisfying neo4j (~> 9.4.0) in the set. Perhaps the lockfile is corrupted?

Relevant bit of the Gemfile.lock:

    neo4j (9.4.0)
      activemodel (>= 4.0)
      activesupport (>= 4.0)
      i18n (!= 1.3.0)
      neo4j-core (>= 9.0.0)
      orm_adapter (~> 0.5.0)
    neo4j-core (9.0.0)
      activesupport (>= 4.0)
      faraday (>= 0.9.0)
      faraday_middleware (>= 0.10.0)
      faraday_middleware-multi_json
      httpclient
      json
      multi_json
      net_tcp_client (>= 2.0.1)
      typhoeus (>= 1.1.2)
    neo4j-rake_tasks (0.7.18)
      os
      rake
      ruby-progressbar
      rubyzip (>= 1.1.7)

....

PLATFORMS
  ruby

If I manually add neo4j-community in, it works... but since we're not on JRuby we don't add that library into our dependency graph..

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