Closed afs091 closed 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
source "https://rubygems.org" do gem 'weka', '~> 0.7.0' end
Thank you for your attention!
I solve it already. I don't have jruby installed...
I installed it from rvm rvm install jruby
rvm install jruby
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!