Failed to install rubyvis gem
Closed this issue · 3 comments
void-main commented
I tried to install with gem install rubyvis
, here's the error message:
ERROR: While executing gem ... (NoMethodError)
undefined method `size' for nil:NilClass
I'm using ruby 2.0.0:
> ruby -v
ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]
How can I fix this?
fdeschenes commented
I'm running into the same issue. Any idea why?
> ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin13.0.0]
agarie commented
Hmmm... I can't reproduce your issue:
λ ruby --version [0]
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14]
~ λ gem install rubyvis [0]
Fetching: rubyvis-0.6.1.gem (100%)
Successfully installed rubyvis-0.6.1
Parsing documentation for rubyvis-0.6.1
Installing ri documentation for rubyvis-0.6.1
Done installing documentation for rubyvis after 2 seconds
1 gem installed
By the way, there are two other gems developed by SciRuby contributors that could be useful if you guys need plotting:
- Plotrb -- https://github.com/sciruby/plotrb
- Nyaplot -- https://github.com/domitry/nyaplot
clbustos commented
Can't reproduce the bug.