Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5233 Vistas

I am using the following odoo module for Biometric attendance "Open HRMS Biometric Device Integration", I have entered the Machine IP and PORT NUMBER, but when I click on download data to get the data of all the users associated with the Machine I get the following error

Pyzk module not Found. Please install it with 'pip3 install pyzk'.


ERROR:


 


Avatar
Descartar
Autor

Yes, I installed the pyzk library but still getting the same issue

Can you confirm you are installing the package in same python version that you use to run Odoo?

Mejor respuesta

Hi,

Please try to install the pyzk package from your instance

Make sure that you are installing the package in same python version that you use to run Odoo

try this: pip3 install pyzk

Thank You

Avatar
Descartar