gradient_descent_viz
gradient_descent_viz copied to clipboard
Cannot run on Windows
Cannot run the .exe file on Windows 10 due to error:
The code execution cannot proceed because libgcc_s_seh-1.dll was not found. Reinstalling the program may fix this problem.
Reinstalling the program did not fix the problem.
open to anaconda prompt and go to the path that .exe file exists and run the file
still does not work theough anaconda (even when I copied libgcc_s_seh-1.dll in the same path)
Running through Anaconda Prompt worked for me
has to be in administrator mode and works fine through Anaconda prompt
i meet the same question, too
There are an issue open with the solution for this question.
https://github.com/lilipads/gradient_descent_viz/issues/1
Download the dll folder posted by libichong.
应用程序无法正常动(0xc000007b)。请单击确定”关闭应用程序。
still does not work through anaconda (even in administrator mode)
When I run the gradient_descent_visualization.exe, it asked me to install libwinpthread-1.dll and libgcc_s_seh-1.dll. Even after installing these dll files in the same path, I get an error -> "The application was unable to start correctly (0xc000007b). Click OK to to close the application"
Same error when run from Anaconda prompt.
Maybe you have MinGW in your PATH, such as "D:\Professional_Software\MinGW64\bin". This MinGW conflicts with Qt's MinGW (like "Qt\Qt5.12.0\5.12.0\mingw73_64\bin"). Try to delete your MinGW (Not Qt's) in the PATH. It worked for me.