Skip to content
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

fbs freeze error: FileNotFoundError: Could not find msvcr110.dll on your PATH. #40

Open
louistwiice opened this issue Apr 30, 2020 · 7 comments

Comments

@louistwiice
Copy link

Hi,
I've being using fbs with python 3.6 to create an executable. After running the command fbs freeze this error came out to me. Even if I have installed Visual C++ Redistributable for Visual Studio 2012, the same result persists.
If someone could help me it would be really nice. Thanks you

Traceback (most recent call last):
File "C:\Users\SZ\PycharmProjects\fbs project\venv\Scripts\fbs-script.py", line 11, in
load_entry_point('fbs==0.8.6', 'console_scripts', 'fbs')()
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs_main_.py", line 17, in main
fbs.cmdline.main()
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\cmdline.py", line 32, in main
fn(*args)
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\builtin_commands_init
.py", line 120, in freeze
freeze_windows(debug=debug)
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\freeze\windows.py", line 22, in freeze_windows
_add_missing_dlls()
File "C:\Users\SZ\PycharmProjects\fbs project\venv\lib\site-packages\fbs\freeze\windows.py", line 53, in _add_missing_dlls
) from None
FileNotFoundError: Could not find msvcr110.dll on your PATH. Please install the Visual C++ Redistributable for Visual Studio 2012 from:
https://www.microsoft.com/en-us/download/details.aspx?id=30679

https://github.com/mherrmann/fbs/issues

@ChrisDongWooKim
Copy link

I have the same issue. Have you solved this problem? and HOW?

@AlfredThor
Copy link

I have the same issue.Have you solved this problem?and HOW?

@louistwiice
Copy link
Author

Hi every one!!

Sadly I didn't solve the issue. I tried, I've read the documentation but the fbs freeze didn't work at all.
I think you should try the Pyinstaller. It worked really well for me.
Let me now if you have any questions

@ojomio
Copy link

ojomio commented Dec 3, 2020

I have this problem, too

@matetothde
Copy link

Hello everyone,
I also had this issue and I managed to solve it.

In my case, on Windows 10, I had to install the Win10 SDK and then add the subfolder of the SDK installation which contains the .dll files to PATH in my environment variables.
After doing this, it works like a charme.

Regards

@3DMiller
Copy link

3DMiller commented Nov 4, 2022

Still facing this same issue today on Windows 10 and 11. @matetothde could you explain a bit more how to do this (beginner programmer here). Where do you find the subfolder and how do you add this to PATH?

@mherrmann
Copy link
Owner

This is fixed now in version 1.2.4 of fbs Pro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants