Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terrapin::CommandNotFoundError: Terrapin::CommandNotFoundError #11

Open
masudhossain opened this issue Apr 26, 2019 · 4 comments
Open

Comments

@masudhossain
Copy link

Getting Terrapin::CommandNotFoundError: Terrapin::CommandNotFoundError only in production

@akshayshell
Copy link

@masudhossain did you able to solve the above issue? I am also seeing the same failure for production environment. Thanks!

@shcyiza
Copy link

shcyiza commented Aug 31, 2019

if you have the paperclip gem installed in you need to install the image processor ImageMagick as suggested in the read me of the gem:
https://github.com/thoughtbot/paperclip#image-processor

this has solved this issue for me.

@fakefarm
Copy link

fakefarm commented Dec 4, 2020

Note this error can be related to any dependency that needs to be installed.
For example, I hit this same issue with tesseract, so the solution for me was

brew install tesseract

@venkateshkarni
Copy link

venkateshkarni commented Jan 7, 2022

This has sloved this issue for me. MacBook Air
brew install imagemagick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants