We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed httpie on Debian using the Deb. 3.2.1-1.
I added a plugin called zabbix and the following happens:
but thereafter I cannot use it, even see it as installed.
pip does not list anything installed named zabbix either.
The text was updated successfully, but these errors were encountered: