neo4jrb / twitter_analytics

Making twitter analytics easy with neo4j and neo4apis gems
8 stars 1 forks source link

Neo4j: install not working. #9

Open cyber-urvesh opened 5 years ago

cyber-urvesh commented 5 years ago

When I execute the command: rake neo4j:install[neo4j-2.1.6,development]

It gives the following errors :

(in /root/Desktop/twitter_analytics) /var/lib/gems/2.5.0/gems/neo4j-core-3.1.1/lib/neo4j/property_validator.rb:9: warning: constant ::Fixnum is deprecated Installing Neo4j-neo4j-2.1.6 environment: development rake aborted! neo4j-2.1.6 is not available to download, try a different version /var/lib/gems/2.5.0/gems/neo4j-core-3.1.1/lib/neo4j/tasks/neo4j_server.rake:20:in download_neo4j' /var/lib/gems/2.5.0/gems/neo4j-core-3.1.1/lib/neo4j/tasks/neo4j_server.rake:73:inblock (2 levels) in <top (required)>' /var/lib/gems/2.5.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>' Tasks: TOP => neo4j:install (See full trace by running task with --trace)

Because of this I am not able to use this tool. Please help thanks.

cheerfulstoic commented 5 years ago

Neo4j 2.1.6 is way out of day. You could try updating the version, though the neo4j-rake_tasks gem is also not really recommended anymore. You can try just installing Neo4j yourself, but you might need to fix some things to get this project working with never version of Neo4j. I'm not maintaining it any longer, however