awslabs / amazon-kinesis-client-ruby

A Ruby interface for the Amazon Kinesis Client Library. Allows developers to easily create robust application to process Amazon Kinesis streams in Ruby.
Apache License 2.0
146 stars 56 forks source link

run producer doesn't work #7

Closed ghost closed 8 months ago

ghost commented 9 years ago

when i run rake run_producer I get

..
.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- aws/kinesis (LoadError)
    from /Users/asdf/.rvm/rubies/ruby-2.1.3/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
    from /Users/asdf/workspace/expeditions/amazon-kinesis-client-ruby/samples/sample_kcl_producer.rb:16:in `<main>'

do note, instead of installign via

sudo gem install aws-sdk

I am using RVM and I did a

gem install aws-sdk
pacuna commented 9 years ago

I had this same issue. What I did was:

alexiswoo commented 9 years ago

Ran into the same problem, and @pacuna workaround worked for me. Thanks :+1:

Cory-Bradshaw commented 4 years ago

Thank you for raiseing this issue and providing details. We can look into this issue during our next release, as we start releasing and updating the multilang libraries more regularly.

lucienlu-aws commented 8 months ago

should be fixed in recent PR