-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run on Windows #6
Comments
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. 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. |
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.
The text was updated successfully, but these errors were encountered: