I am getting following error when i run the script weathermap.py
I am using zabbix 4
root@ubuntu:/opt/Zabbix-Network-Weathermap-master# python3.5 weathermap.py -s test_map -z http://127.0.0.1 -l admin -p admin
Traceback (most recent call last):
File "weathermap.py", line 10, in
from config import ConfigLoader, ConfigCreate
File "/opt/Zabbix-Network-Weathermap-master/config.py", line 27
class ConfigTemplate(metaclass=Singleton): # noqa
^
SyntaxError: invalid syntax
I am getting following error when i run the script weathermap.py
I am using zabbix 4
root@ubuntu:/opt/Zabbix-Network-Weathermap-master# python3.5 weathermap.py -s test_map -z http://127.0.0.1 -l admin -p admin
Traceback (most recent call last):
File "weathermap.py", line 10, in
from config import ConfigLoader, ConfigCreate
File "/opt/Zabbix-Network-Weathermap-master/config.py", line 27
class ConfigTemplate(metaclass=Singleton): # noqa
^
SyntaxError: invalid syntax