Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5341 Visualizações

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
Cancelar
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?

Melhor resposta

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
Cancelar