louismullie / treat

Natural language processing framework for Ruby.
Other
1.37k stars 127 forks source link

Installation error: undefined method `size' for nil:NilClass while installing yomu-0.2.0 #82

Closed ManasJayanth closed 6 years ago

ManasJayanth commented 10 years ago

I got the following error trying to install treat

Installing gem yomu-0.2.0
ERROR:  While executing gem ... (NoMethodError)
    undefined method `size' for nil:NilClass

I'm running OSX 10.9.3 with the following

ruby --version
ruby 2.0.0p451 (2014-02-24 revision 45167) [universal.x86_64-darwin13]

gem --version 
2.0.14

bundle --version
Bundler version 1.5.2

Should I manually install yomu?

louismullie commented 10 years ago

Hey,

Thanks for reporting this bug. Can you please report this at https://github.com/Erol/yomu?

Louis

ManasJayanth commented 10 years ago

Reported here Does it mean I have to install treat from source in the meantime?