Michael Hecht
Michael Hecht
terminado==0.17.0 ... with terminado 0.13.3 it's the same problem. Terminal can be accessed via browser but not from Spyder. What was the command to generate error log files? there is...
You forgot 203 ;)
Ok. I opened an issue at cbc: https://github.com/coin-or/Cbc/issues/640
I did some further tests. It seems, that Python-Mip is not facing this problem. Mip uses obviously `cbc-c-windows-x86-64.dll` and not the cbc.exe but I'm not sure which version but I...
I replaced the cbc.exe with the one from here: https://github.com/FranksMathematics/CBC_ReleaseParallel_Win86 Now it works and is really fast.
``` C:\bin\CBC\CBC_ReleaseParallel_Win86>.\cbc.exe --version Welcome to the CBC MILP Solver Version: trunk Build Date: Jul 14 2022 command line - --version (default strategy 1) Unrecognized parameter - -version, exiting... Total time...
It seems that it works with `locale.setlocale(locale.LC_ALL,"deu_deu")`. Setting e.g. `locale.setlocale(locale.LC_ALL,"xy_xy")` crashed again, so it obviously crashes on wrong or non-existing locale.
I tried all versions. The error shows that the solver was recognized.
duplicate of this https://github.com/coin-or/python-mip/issues/400 ... I did this some weeks ago. sorry.
Well, further more the package also doesn't properly install with Python 3.11 (windows) but only with Python 3.10. So **I manually copied it to Python 3.12** (I have 3.10, 3.11...