zabbix-threat-control icon indicating copy to clipboard operation
zabbix-threat-control copied to clipboard

ModuleNotFoundError: No module named 'pyzabbix' with Zabbix 5.0LTS on Ubuntu 20.04 via hand

Open LinuxETC opened this issue 3 years ago • 1 comments

Received the following when following the installation steps by hand with a Zabbix 5.0 Server on Ubuntu 20.04:

# /opt/monitoring/zabbix-threat-control/prepare.py -uvtda

Traceback (most recent call last):
  File "/opt/monitoring/zabbix-threat-control/prepare.py", line 23, in <module>
    from pyzabbix import ZabbixAPI
ModuleNotFoundError: No module named 'pyzabbix'

I am noticing a few similar issues posted in using prepare.py -uvtda but still reviewing those as well.

Questions and/or feedback are welcomed. Thanks in advance.

LinuxETC avatar Jan 14 '22 00:01 LinuxETC

Hi, try to install the module first, pip install pyzabbix

neverlless avatar Jul 14 '22 11:07 neverlless