jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

error #159

Closed cirrusUK closed 10 years ago

cirrusUK commented 10 years ago

Hi And thanks for this tremendous tool, i run earthquake on 3 archlinux machines, im not smart enough to know if this is an earthquake issue or more upstream, arch updated ruby on 2014-01-28 to ruby 2.1.0-2. I get this when launching earthquake on all updated arch boxxens ..

/usr/lib/ruby/2.1.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'earthquake' (>= 0) among 8 total gem(s) (Gem::LoadError)
       `from /usr/lib/ruby/2.1.0/rubygems/dependency.rb:309:in `to_spec'
        from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb:53:in `gem'
        from /home/len/.gem/ruby/2.0.0/bin/earthquake:22:in `<main>' ` 

---

/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- slop (LoadError)
        from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /home/len/.gem/ruby/2.0.0/gems/earthquake-1.0.0/lib/earthquake/option_parser.rb:2:in `<top (required)>'
        from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
        from /home/len/.gem/ruby/2.0.0/gems/earthquake-1.0.0/bin/earthquake:4:in `<main>'

iv'e tried putting 2.1 in path and copying over the dir &earthquake executable to ~/.gem/ruby/2.1.0/bin to no avail. Regards.

mattn commented 10 years ago

Try to do gem install slop?

cirrusUK commented 10 years ago

Thanks mattn, same error after install slop.

cirrusUK commented 10 years ago

For fellow Archers who may encounter this, i solved it by ' sudo gem update --system ' then ' gem install earthquake ' sorry for the noise.