Skip to content

Instantly share code, notes, and snippets.

@mitakeck
Last active January 4, 2018 00:10
Show Gist options
  • Save mitakeck/575f892aced8b3d347261160a18f1cba to your computer and use it in GitHub Desktop.
Save mitakeck/575f892aced8b3d347261160a18f1cba to your computer and use it in GitHub Desktop.
mitake@mitake-mbp:~/go/src/github.com/lazywei/go-opencv/samples(master○) » go run hellocv.go
# github.com/lazywei/go-opencv/opencv
error: unable to create target: 'No available targets are compatible with this triple.'
1 error generated.
$ brew install llvm
$ echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshrc
$ source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment