Closed Mark531 closed 3 months ago
duplicate.
Duplicate with what? Please be specific so that I could follow the original issue.
https://github.com/google/or-tools/releases
In the 9.10 release notes
@lperron I upgraded C++ Redistributable, reinstalled ortools and I face the same issue. Could you please walk me through the way to fix this?
No idea. I do not have the issue. A lots of users reported success.
Le mar. 16 juil. 2024, 22:07, Mizux @.***> a écrit :
Assigned #4311 https://github.com/google/or-tools/issues/4311 to @lperron https://github.com/lperron.
— Reply to this email directly, view it on GitHub https://github.com/google/or-tools/issues/4311#event-13526534366, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUPL3JU3HL6EFQPGOLRQOLZMV4PJAVCNFSM6AAAAABK3CUHHCVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJTGUZDMNJTGQZTMNQ . You are receiving this because you were assigned.Message ID: @.***>
Not all of them apparently: https://github.com/google/or-tools/issues/4227
Well, I guess the C++ compiler is used to build the wheel file during the installation. In any case, the installation procedure should ensure that the compiler has the right version and that the produced binary works correctly. Thanks @Mizux for adding this as a bug to be fixed in the 9.11 version of ortools.
What version of OR-Tools and what language are you using? Version: 9.10.4067 Language: Python 3.12
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi) CP-SAT
What operating system (Linux, Windows, ...) and version? Windows 10, version 22H2
What did you do? I just tried to run the sample code given in the documentation:
What did you expect to see I expect the solver to return with the optimal parameters.
What did you see instead? The last line triggers a crash that causes the python kernel to restart:
Anything else we should know about your project / environment It's not linked to an IDE since it also crashes from an Anaconda prompt.