kermit the frog

Results 4 comments of kermit the frog

i have this issue: ``` github.com/datadog/go-python3 ld: warning: ignoring file /Library/Frameworks/Python.framework/Versions/3.7/lib/libpython3.7m.dylib, building for macOS-arm64 but attempting to link with file built for macOS-x86_64 Undefined symbols for architecture arm64: "_PyBool_FromLong", referenced...

yes, i'm m1 user. I have tried to execute your command, and this is what i got: ``` ➜ gopython GOOS=darwin GOARCH=amd64 go build package gopython: build constraints exclude all...

Could you help me with this? How I can check and set env variables to match amd64 python binaries?

this helped, thank you. is there any way to run python 3.8 with `go-python` or only 3.7?