Skip to content

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

Description

@louistwiice

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions