Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
LinuxETC opened this issue Jan 14, 2022 · 1 comment

Comments

@LinuxETC
Copy link

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.

@neverlless
Copy link

neverlless commented Jul 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants