-
Notifications
You must be signed in to change notification settings - Fork 69
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
CyLP 0.92.3 Windows wheels? #204
Comments
Sorry about this, I forgot to build wheels for Windows last release. I'll try to do that today. Everything has to be built with the correct run-time library and I guess you are getting some mismatches. It's a pain. |
Thanks for looking into building the wheels! I saw that was difficult to setup actions for.
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Ted Ralphs ***@***.***>
Sent: Thursday, October 3, 2024 8:07:19 PM
To: coin-or/CyLP ***@***.***>
Cc: Owen Lamont ***@***.***>; Author ***@***.***>
Subject: Re: [coin-or/CyLP] CyLP 0.92.3 Windows wheels? (Issue #204)
[CAUTION: External email. Only click on links or open attachments from trusted senders.]
Sorry about this, I forgot to build wheels for Windows last release. I'll try to do that today. Everything has to be built with the correct run-time library and I guess you are getting some mismatches. It's a pain.
—
Reply to this email directly, view it on GitHub<#204 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BKXGTCQT2IS4JY24GMBU243ZZUM57AVCNFSM6AAAAABOXDBQ5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJRGA3TSNBUGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
OK, the Windows wheels are there now. I'm not sure how you did your Windows build but if you used |
@jhmgoossens I think I remember that we discussed the I opened two PRs (one for Can you take a look and see if you agree? I guess that we only need these additional builds for Cbc and not all the other projects in the stack. Obviously, this violates my principle of having the same workflow files everywhere, but I guess we can realign them next time we do an overhaul. |
Also, @Owen-OptiGrid , could you test whether these binaries work for you? |
Sorry I missed your message - I've moved onto other tasks not requiring CyLP for a while but I'll see if I can try the new build files sometime soonish. Thanks for putting up the new builds! |
I'm trying to install cylp 0.92.3 on Windows 11 with Python 3.12.6 - I noted there's no Windows wheels created for this version it appears.
I tried letting pip build from source but I keep getting msbuild errors like this:
I tried building against each of the CBC 2.10.12 windows binary releases here to no avail.
I installed the Visual Studio C++ Build Tools as shown:
The text was updated successfully, but these errors were encountered: