Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No DLL error #3

Open
Shreesha5102 opened this issue Jun 5, 2021 · 3 comments
Open

No DLL error #3

Shreesha5102 opened this issue Jun 5, 2021 · 3 comments

Comments

@Shreesha5102
Copy link

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

@Shreesha5102
Copy link
Author

Any help would be appreciated

@radioactive11
Copy link
Owner

radioactive11 commented Jun 15, 2021 via email

@radioactive11
Copy link
Owner

Added required DLLs in this commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants