You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to set up and run the tutorial on a Windows 10 x64 machine but stucked at running the yak command.
D:\KDBEnterpriceComponent\DemoSystem>yak restart *
Traceback (most recent call last):
File "", line 6, in
File "main.py", line 128, in
File "main__yak.py", line 30, in
File "osutil/init.py", line 46, in
File "osutil/_win32.py", line 17, in
File "psutil/init.py", line 110, in
File "psutil/_pswindows.py", line 16, in
File "psutil/_psutil_windows.py", line 26, in
File "psutil/_psutil_windows.py", line 17, in _bbfreeze_import_dynamic_module
ImportError: DLL load failed: The operating system cannot run %1.
The error message seems to indicate that the pstuil library failed to be loaded. Any idea?
The text was updated successfully, but these errors were encountered:
Tried to set up and run the tutorial on a Windows 10 x64 machine but stucked at running the yak command.
D:\KDBEnterpriceComponent\DemoSystem>yak restart *
Traceback (most recent call last):
File "", line 6, in
File "main.py", line 128, in
File "main__yak.py", line 30, in
File "osutil/init.py", line 46, in
File "osutil/_win32.py", line 17, in
File "psutil/init.py", line 110, in
File "psutil/_pswindows.py", line 16, in
File "psutil/_psutil_windows.py", line 26, in
File "psutil/_psutil_windows.py", line 17, in _bbfreeze_import_dynamic_module
ImportError: DLL load failed: The operating system cannot run %1.
The error message seems to indicate that the pstuil library failed to be loaded. Any idea?
The text was updated successfully, but these errors were encountered: