pilgirm0816
Results
1
issues of
pilgirm0816
**this is my code**: `package main import python3 "github.com/go-python/cpy3 func main() { python3.Py_Initialize() defer python3.Py_Finalize() python3.PyRun_SimpleString("print('hello world')") }` **The following problem arises after execution**: `/usr/local/go/pkg/tool/darwin_arm64/link: running clang failed: exit status...