cli
cli copied to clipboard
unsure about zabbix plugin
I installed httpie on Debian using the Deb. 3.2.1-1. I added a plugin called zabbix and the following happens:
$ httpie cli plugins install zabbix
Installing zabbix...
Collecting zabbix
Using cached zabbix-2.0.2-py3-none-any.whl (14 kB)
Requirement already satisfied: packaging in ./.local/lib/python3.11/site-packages (from zabbix) (21.3)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from zabbix) (2.28.1)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in ./.local/lib/python3.11/site-packages (from packaging->zabbix) (3.0.9)
Installing collected packages: zabbix
Successfully installed zabbix-2.0.2
but thereafter I cannot use it, even see it as installed.

pip does not list anything installed named zabbix either.