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
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Running DeepFaceLive.
Traceback (most recent call last):
File "internal\DeepFaceLive\main.py", line 95, in
main()
File "internal\DeepFaceLive\main.py", line 88, in main
args.func(args)
File "internal\DeepFaceLive\main.py", line 30, in run_DeepFaceLive
from apps.DeepFaceLive.DeepFaceLiveApp import DeepFaceLiveApp
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\apps\DeepFaceLive\DeepFaceLiveApp.py", line 11, in
from . import backend
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\apps\DeepFaceLive\backend_init.py", line 1, in
from .BackendBase import (BackendConnection, BackendConnectionData, BackendDB,
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\apps\DeepFaceLive\backend\BackendBase.py", line 7, in
from xlib import time as lib_time
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\xlib\time_init.py", line 1, in
from .time import timeit, measure, FPSCounter, AverageMeasurer
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\xlib\time\time_.py", line 11, in
if not kernel32.QueryPerformanceFrequency(_perf_freq):
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\xlib\api\win32\wintypes\wintypes.py", line 37, in wrapper
raise RuntimeError(f'Unable to load {dll_name} library.')
RuntimeError: Unable to load kernel32 library.
The text was updated successfully, but these errors were encountered:
Ujah0
changed the title
traceback(most
traceback(most recent call last)
Sep 24, 2023
how do i solve this.
Running DeepFaceLive.
Traceback (most recent call last):
File "internal\DeepFaceLive\main.py", line 95, in
main()
File "internal\DeepFaceLive\main.py", line 88, in main
args.func(args)
File "internal\DeepFaceLive\main.py", line 30, in run_DeepFaceLive
from apps.DeepFaceLive.DeepFaceLiveApp import DeepFaceLiveApp
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\apps\DeepFaceLive\DeepFaceLiveApp.py", line 11, in
from . import backend
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\apps\DeepFaceLive\backend_init.py", line 1, in
from .BackendBase import (BackendConnection, BackendConnectionData, BackendDB,
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\apps\DeepFaceLive\backend\BackendBase.py", line 7, in
from xlib import time as lib_time
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\xlib\time_init.py", line 1, in
from .time import timeit, measure, FPSCounter, AverageMeasurer
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\xlib\time\time_.py", line 11, in
if not kernel32.QueryPerformanceFrequency(_perf_freq):
File "C:\Users\HP Victus\Documents\met\DeepFaceLive_DirectX12_internal\DeepFaceLive\xlib\api\win32\wintypes\wintypes.py", line 37, in wrapper
raise RuntimeError(f'Unable to load {dll_name} library.')
RuntimeError: Unable to load kernel32 library.
The text was updated successfully, but these errors were encountered: