I am trying to install SimpleCV
, I am following the instructions here (https://github.com/sightmachine/SimpleCV#mac-os-x-106-and-above).
But when I try to install smpeg
, using these commands:
brew tap homebrew/headonly
brew install --HEAD smpeg
I am getting this error:
Error: No head is defined for smpeg
I have tried to wait and run the command again but that did not work.
UPDATE
I removed --HEAD
then it worked. I don't know why.