go-python / gopy

gopy generates a CPython extension module from a go package.
BSD 3-Clause "New" or "Revised" License
2.05k stars 113 forks source link

Build constraints exclude all Go files in #326

Closed JanEricNitschke closed 1 year ago

JanEricNitschke commented 1 year ago

When I try to build my project or the example _hi. project with go 1.20 and python 3.11 I am getting nthe above Error from the go build command.

JanEricNitschke commented 1 year ago

The issue was that CGO_ENABLED was set to 0.