Good evening developers. I need to download a module for Python, but I'm not getting it, I searched the internet and especially in StackOverflow in English, but it did not help, if anyone can help me I'll be grateful.
Edit:
Since yesterday I was trying to install the module in the notebook, I tried to install via pip, and getting the package from Git, extracted the file, opened the CMD and went and installed correctly, however when I was going to execute the file gave module problem not found , so I went to try again bit now and the module passed, however other errors were found, I will be leaving images
Click Run to see some images:
<html>
<head></head>
<body>
<blockquote class="imgur-embed-pub" lang="en" data-id="MdQcTwd"><a href="//imgur.com/MdQcTwd">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
<blockquote class="imgur-embed-pub" lang="en" data-id="udwI9Ap"><a href="//imgur.com/udwI9Ap">View post on imgur.com</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script>
</body>
</html>
Edit2:
At the request of @Sidon error code:
Traceback (most recent call last):
File "C:\Users\Andreza\AppData\Local\Programs\Python\Python35\lib\site-packages\openalpr\openalpr.py", line 48, in __init__
self._openalprpy_lib = ctypes.cdll.LoadLibrary("libopenalprpy.dll")
File "C:\Users\Andreza\AppData\Local\Programs\Python\Python35\lib\ctypes\__init__.py", line 425, in LoadLibrary
return self._dlltype(name)
File "C:\Users\Andreza\AppData\Local\Programs\Python\Python35\lib\ctypes\__init__.py", line 347, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] Não foi possível encontrar o módulo especificado
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\Andreza\Desktop\asdasd.py", line 3, in <module>
alpr = Alpr("us", "/path/to/openalpr.conf", "/path/to/runtime_data")
File "C:\Users\Andreza\AppData\Local\Programs\Python\Python35\lib\site-packages\openalpr\openalpr.py", line 58, in __init__
raise nex
OSError: Unable to locate the OpenALPR library. Please make sure that OpenALPR is properly installed on your system and that the libraries are in the appropriate paths.
Module: openalpr