WSL2 Python segmentation fault #2455
-
I am running an optimization program on wsl2 kali distribution. The program works fine on Windows and other Python programs run fine on WSL2. However, with ortools, I get a segmentation error and the program crashes. Is there anyone who knows whether this is an ortools or wsl2 related issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
OR-Tools is mostly C++, with a python wrapping. |
Beta Was this translation helpful? Give feedback.
-
or-tool must be clone in linux only that's why i guess |
Beta Was this translation helpful? Give feedback.
I've found a bug in my code that caused this. I don't know why it throws a memory error in Linux and works fine in Windows though.