ruby – Exiftool::ExiftoolNotInstalled (Exiftool::ExiftoolNotInstalled) after being installed
I’m trying to run a ruby script where I used the exiftool gem, and everytime I’m trying to run it I keep getting this error even after installed it. Also, after running bundler as well.
Traceback (most recent call last):
C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/exiftool-1.2.4/lib/exiftool.rb:60:in `initialize': Exiftool::ExiftoolNotInstalled (Exiftool::ExiftoolNotInstalled)
Also, it is running on my cmd. I tried testing it using the irb and the Exiftool isn’t being recognized by ruby.
Read more here: Source link