Missing these required gems:image_science
If ever you face this situation with image science gem which can't be able to identify image_science gem even you installed it many times and it shows the following error message ...
Missing these required gems:
image_science
then try this -:-
gem install RubyInline
and then
gem install image_science
:-)
Better, update your rubygems to 1.3+. You're probably running an ancient version of rubygems and it isn't properly installing dependencies.
ReplyDeleteAlso better, if you're having problems with a gem, report the issue to the author. Otherwise, he may not know of the issue unless he is really smart and has blog searches set up in his feed reader.