zabbix-threat-control
zabbix-threat-control copied to clipboard
ModuleNotFoundError: No module named 'pyzabbix' with Zabbix 5.0LTS on Ubuntu 20.04 via hand
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.
Hi, try to install the module first, pip install pyzabbix