-
Notifications
You must be signed in to change notification settings - Fork 7
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
File not found Error #1
Comments
The file you are mentioning is already present in the repo. What operating system are you using? |
Window 10 64-bit . Yes file is already in the repo. But still this error . I'm also trying to build another github project. But facing this same error. Please help me to resolve this. thanks |
I had made this project targeting Windows. I'll soon be releasing a version which is compatible with all operating systems |
I'm also using windows. Window 10 |
i'm trying to run this project. but facing this issue
Traceback (most recent call last): File "D:/ALPR-India-master/plate.py", line 4, in <module> import darknet File "D:\ALPR-India-master\darknet.py", line 86, in <module> lib = CDLL(winGPUdll, RTLD_GLOBAL) File "D:\InstalledPrograms\Anaconda3\lib\ctypes\__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'D:\ALPR-India-master\yolo_cpp_dll.dll' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered: