Closed themw123 closed 5 months ago
Please check the FAQ.
wow thanks for the fast reply.
fixed it by adding
'include_msvcr': True
options = {
'build_exe': {
'include_msvcr': True,
'packages': ["srsly", "blis", "spacy", "deepspeed", "uvicorn", "sklearn"],
'include_files': ["example.config.json", "temp_audio", "img", "wakeup.wav"],
'excludes': [],
}
}
In addition: I tried to install both x64 and x86 of Microsoft Visual C++ Redistributable but it did not fixed it.
Building the exe with cx_Freeze works fine. When executing the exe i am getting the following error:
Even if i add the vcomp140.dll file in build_path/lib/sklearn/.libs/ it still gives me the same error.
Here is my setup.py:
Here are my versions of the relates requirements of sklearn(which in turn is used by openwakeword dependency): numpy==1.26.4 scipy==1.13.1 joblib==1.4.2 threadpoolctl==3.5.0
Desktop (please complete the following information):