Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try again with Windows #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Try again with Windows #141

wants to merge 1 commit into from

Conversation

jordemort
Copy link
Contributor

No description provided.

@AlmogBaku
Copy link

Compiling windows is indeed a nightmare. this is how I previously solved it with a project of mine:
https://github.com/raptor-ml/raptor/blob/c8c6602cbb9d8ffd32b2e9942518626186a08c0e/.github/workflows/labsdk-release.yaml

https://github.com/raptor-ml/raptor/blob/c8c6602cbb9d8ffd32b2e9942518626186a08c0e/labsdk/setup.py

I basically forced compilation with MinGW's gcc, then did bunch of hacky configurations to fix it.
TBH, I don't remember half of it, and not a regular user... but this can be a good reference :)

Notice that I used github.com/go-python/gopy for automatically generate the bindings instead of elegantly writing them as you did...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants