gocv icon indicating copy to clipboard operation
gocv copied to clipboard

go run . doesn't work on macos sonoma 14.2.1 (23C71)

Open djzzwx opened this issue 3 months ago • 3 comments

Description

Steps to Reproduce

  1. mkdir test && cd test
  2. touch main.go
  3. go run .

Your Environment

  • Operating System and version: macos sonoma 14.2.1 (23C71)
  • OpenCV version used: opencv lib version: 4.9.0
  • How did you install OpenCV? brew install opencv
  • GoCV version used: gocv version: 0.35.0
  • Go version: go version go1.22.1 darwin/amd64
  • Did you run the env.sh or env.cmd script before trying to go run or go build?
  • yes, but it return :
  • This script is no longer necessary and has been deprecated. See the Custom Environment section of the README if you need to customize your environment.

djzzwx avatar Mar 26 '24 01:03 djzzwx