ruby - watir gem install error due to mini_magick file w/ special characters -
i have been trying install watir gem ruby 2. followed watir books install instructions once watir install mini_magick gem gives error
error: while executing gem ... (errno::einval) invalid argument - c:/ruby200/lib/ruby/gems/2.0.0/gems/mini_magick-3.6.0/tes t/files/special! "chars'.gif
anyone know how around this? noticed nokogiri acting kind of weird being unable convert ascii itf-8. maybe has it. y'all
i ran same problem , here solution work around it. problem seems in new 3.6.0 version, out new version , install previous version.
gem uninstall mini_magick gem install mini_magick -v 3.5.0
after installing 3.5.0 mini_magick gem, rerun watir gem install. should find mini_magick gem installed , skip on , install remaining gems successfully. luck.
Comments
Post a Comment