httpie / cli

🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.
https://httpie.io
BSD 3-Clause "New" or "Revised" License
32.71k stars 3.67k forks source link

unsure about zabbix plugin #1482

Open daniejstriata opened 1 year ago

daniejstriata commented 1 year ago

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. image

pip does not list anything installed named zabbix either.