Closed pietheinstrengholt closed 8 years ago
I tried setting up feedbin without opencv (by commenting it out in the Gemfile), but I then get the following error:
20:29:37 worker_slow.1 | /home/feedbin/.gems/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:in
require: No such file to load -- opencv (LoadError)`
This happens on different platforms (ubuntu and synology system). I guess opencv is really needed.
Image processing won't work without it, but that's about it. If you're determined to not use it you can also comment out any instance of require 'opencv'
It is not difficult to install opencv though. You're probably missing dependencies. Try googling "install opencv YOUR_PLATFORM"
Thanks!
On Apr 19, 2016, at 2:32 PM, Piethein Strengholt notifications@github.com wrote:
I tried setting up feedbin without opencv (by commenting it out in the Gemfile), but I then get the following error:
20:29:37 worker_slow.1 | /home/feedbin/.gems/gems/activesupport-4.2.5.2/lib/active_support/dependencies.rb:274:inrequire': No such file to load -- opencv (LoadError)`
This happens on different platforms (ubuntu and synology system). I guess opencv is really needed.
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub
opencv is no longer a dependency.
I tried to build feedbin using different versions of ruby (ruby-2.0.0-p648, ruby-2.3*, etc.). It fails with:
Any clue how to fix this?