Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 317 forks source link

stucked at bundle exec sidekiq -l log/sidekiq.log & #176

Closed berry2012 closed 7 years ago

berry2012 commented 7 years ago

Hi,

ubuntu@scumblr:~/Scumblr$ sudo bundle exec sidekiq -l log/sidekiq.log & [2] 30780 ubuntu@scumblr:~/Scumblr$ bundler: command not found: sidekiq Install missing gem executables with bundle install

[2]+ Exit 127 sudo bundle exec sidekiq -l log/sidekiq.log ubuntu@scumblr:~/Scumblr$ sudo bundle install

I got this error while trying to bundle install Installing active_model_serializers (0.10.2) Gem::InstallError: active_model_serializers requires Ruby version >= 2.1. An error occurred while installing active_model_serializers (0.10.2), and Bundler cannot continue. Make sure that gem install active_model_serializers -v '0.10.2' succeeds before bundling.

ahoernecke commented 7 years ago

Hi @berry2012,

It looks like you potentially missed some instructions earlier on. Please make sure you have right ruby version installed and set as default (2.3.1). This will be required for the bundle install to complete properly.

Thanks!