You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still have a run_ilastik.bat file in our ilastik-exe package which runs ilastik by calling our python distro. But it does not a good job at isolating dll search folders, so on some system this might break (mkl might be the usual suspect). It has the benefit that you can also run the tests from an installation, but I haven't ever used it. It might be confusing for users to have it there, because our documentation often has linux/osx examples, and there the executable is called run_ilastik.sh. Maybe a rename could already resolve the problem... or we add a patched run_python.exe or something to achieve proper isolation.
The text was updated successfully, but these errors were encountered:
We still have a
run_ilastik.bat
file in our ilastik-exe package which runs ilastik by calling our python distro. But it does not a good job at isolating dll search folders, so on some system this might break (mkl might be the usual suspect). It has the benefit that you can also run the tests from an installation, but I haven't ever used it. It might be confusing for users to have it there, because our documentation often has linux/osx examples, and there the executable is calledrun_ilastik.sh
. Maybe a rename could already resolve the problem... or we add a patchedrun_python.exe
or something to achieve proper isolation.The text was updated successfully, but these errors were encountered: