Skip to content

gems dependencies not installed #4

Open
@riadh-elloumi

Description

@riadh-elloumi

Hi

I tried to install ruby-band gem within jruby 1.7.8, the command was successful:

/opt/jruby-1.7.8/bin/jruby -S gem install ruby-band
Fetching: i18n-0.6.1.gem (100%)
Successfully installed i18n-0.6.1
Fetching: multi_json-1.8.2.gem (100%)
Successfully installed multi_json-1.8.2
...

But when I run a small program:
cat classify_function.rb
-->
require 'rubygems'
require 'ruby-band'

classifier = Weka::Classifier::Lazy::LWL.new
puts classifier.description
puts classifier.list_options

jruby complains that it cannot find multi_json-1.8.0. Note that multi_json-1.8.2 is installed. May be you need to update the dependencies versions.

Thanks

Riadh.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions