paulgoetze / weka-jruby

Machine Learning & Data Mining with JRuby
MIT License
65 stars 8 forks source link

Could not find gem 'weka (~> 0.7.0)' in rubygems #28

Closed afs091 closed 6 years ago

afs091 commented 6 years ago

Hello paulgoetze!

I can't install weka gem through bundle. Can you give me a help?

error Could not find gem 'weka (~> 0.7.0)' in rubygems repository https://rubygems.org/ or installed locally. The source contains 'weka' at: 0.1.0 java, 0.2.0 java, 0.3.0 java, 0.4.0 java, 0.5.0 java, 0.6.0 java, 0.7.0 java

ruby version 2.4.0p bundle version 1.16

Gemfile source "https://rubygems.org" do gem 'weka', '~> 0.7.0' end

Thank you for your attention!

afs091 commented 6 years ago

I solve it already. I don't have jruby installed...

I installed it from rvm rvm install jruby