0
Good evening developers.
I need to download a module for Python, but I’m not getting it, I looked on the internet and mainly on Stackoverflow in English, but nothing helped, if anyone can help me I would be grateful.
Edit:
Since yesterday I was trying to install the module on the notebook, I tried to install via Pip, and taking the package from Git, extracted the file, opened the CMD and went and installed it correctly, but when I was going to run the file gave module problem not found, then I went to try again just 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
Isn’t that right? https://github.com/openalpr/openalpr/tree/master/src/bindings/python
– Woss
@Andersoncarloswoss - Yes, but I’m having trouble executing
– Félix
Then edit your question and add all this information. Put all the steps you have done and what is the error returned. As it stands, your question is lacking in detail and can be closed because it is not clear.
– Woss
@Andersoncarloswoss All right
– Félix