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
D:\Shreesha\ALPR-India>python plate.py
Traceback (most recent call last):
File "D:\Shreesha\ALPR-India\darknet.py", line 118, in
raise ValueError("NoDLL")
ValueError: NoDLL
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "plate.py", line 4, in
import darknet
File "D:\Shreesha\ALPR-India\darknet.py", line 128, in
lib = CDLL(winGPUdll, RTLD_GLOBAL)
File "C:\Users\Evilslayer\AppData\Local\Programs\Python\Python37-32\lib\ctypes_init_.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
The text was updated successfully, but these errors were encountered:
D:\Shreesha\ALPR-India>python plate.py
Traceback (most recent call last):
File "D:\Shreesha\ALPR-India\darknet.py", line 118, in
raise ValueError("NoDLL")
ValueError: NoDLL
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "plate.py", line 4, in
import darknet
File "D:\Shreesha\ALPR-India\darknet.py", line 128, in
lib = CDLL(winGPUdll, RTLD_GLOBAL)
File "C:\Users\Evilslayer\AppData\Local\Programs\Python\Python37-32\lib\ctypes_init_.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
The text was updated successfully, but these errors were encountered: