gradient_descent_viz icon indicating copy to clipboard operation
gradient_descent_viz copied to clipboard

Cannot run on Windows

Open ghost opened this issue 4 years ago • 10 comments

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.

ghost avatar Sep 18 '20 12:09 ghost

open to anaconda prompt and go to the path that .exe file exists and run the file

eneSadi avatar Sep 19 '20 15:09 eneSadi

still does not work theough anaconda (even when I copied libgcc_s_seh-1.dll in the same path)

angel-marchev avatar Sep 27 '20 07:09 angel-marchev

Running through Anaconda Prompt worked for me

ghost avatar Sep 27 '20 14:09 ghost

has to be in administrator mode and works fine through Anaconda prompt

angel-marchev avatar Sep 27 '20 17:09 angel-marchev

i meet the same question, too

GZYZG avatar Oct 13 '20 07:10 GZYZG

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.

afjc avatar Dec 10 '20 14:12 afjc

应用程序无法正常动(0xc000007b)。请单击确定”关闭应用程序。

ljzengwenlian avatar Jun 03 '21 10:06 ljzengwenlian

still does not work through anaconda (even in administrator mode)

innovatedmonster avatar Sep 15 '22 09:09 innovatedmonster

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.

AnishNavalgund avatar Nov 30 '22 10:11 AnishNavalgund

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.

RickT34 avatar May 28 '24 14:05 RickT34