Has anyone seen this issue when running Go? ```19:...
# general
r
Has anyone seen this issue when running Go?
Copy code
19:43:47.48 [ERROR] Completed: Compile with Go - <http://github.com/pierrec/lz4/v4/internal/lz4block|github.com/pierrec/lz4/v4/internal/lz4block> failed (exit code 1).
./gopath/pkg/mod/github.com/pierrec/lz4/v4@v4.1.15/internal/lz4block/decode_amd64.s:6: #include: open /opt/local/go/pkg/include/go_asm.h: no such file or directory
I am running
./pants test
. The same package tests fine with
go test