GauravSahu / hr_biometric_machine

Biometric Device Integration - Odoo
63 stars 113 forks source link

zkonnect #30

Open HalaSalameh opened 5 years ago

HalaSalameh commented 5 years ago

i keep getting this error ModuleNotFoundError: No module named 'zkconnect' any solutions?

aziz58 commented 5 years ago

There are a high possibility that this module zklib is not installed. To install it try this command : pip2 install zklib

JoseAdegas commented 4 years ago

I have the same error... sudo pip3 install zklib Requirement already satisfied: zklib in /usr/local/lib/python3.5/dist-packages (0.1.1)

Error: File "/usr/local/lib/python3.5/dist-packages/zklib/zklib.py", line 10, in from zkconnect import * ImportError: No module named 'zkconnect'

Any ideia?