go-python / gopy

gopy generates a CPython extension module from a go package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows is breaking with the new release

AlmogBaku opened this issue · comments

Apparently, this line, that was introduced in the new release - is failing on windows.

It looks like I'm getting None for LDSHARED. See full log here: https://github.com/dataploy-ai/labsdk/runs/7265916338?check_suite_focus=true#step:11:656

It looks like it's still failing
https://github.com/dataploy-ai/labsdk/runs/7290339902?check_suite_focus=true#step:11:663

I'll try to work on it from a Windows machine tomorrow or something.
@rcoreilly can you please reopen?

PS, if there's anyone else who wants to take it - I'm not a Windows user for the past 10y, so... 😅

that was probably related to a change in the setuptools. I think I fixed the setup.py