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

Invalid plugin type 'jira' in section 'issues'. #341

Open
maxandersen opened this issue Nov 18, 2023 · 3 comments
Open

Invalid plugin type 'jira' in section 'issues'. #341

maxandersen opened this issue Nov 18, 2023 · 3 comments

Comments

@maxandersen
Copy link
Contributor

I've added:

[issues]
type = jira
url = https://issues.redhat.com/
ssl_verify = true

and I get:

 ERROR  Invalid plugin type 'jira' in section 'issues'.
@maxandersen
Copy link
Contributor Author

figured it out - need to do pip3 install did\[jira\] for each plugin.

Would be great if the error message would give a hint to that as its not mentioned afaics in the getting started docs :)

@kquinn1204
Copy link

kquinn1204 commented Nov 20, 2023

I encountered the same issue, but I could not get the plugin to successfully install. The failure was associated with

 ERROR: Failed building wheel for gssapi
Successfully built requests-gssapi
Failed to build gssapi
ERROR: Could not build wheels for gssapi, which is required to install pyproject.toml-based projects

I eventually got it installed by (I am running python 3.11.2)

$ sudo yum install python3.11-devel

$ pip install requests-gssapi

then rerunning pip3 install did\[jira\]

@psss
Copy link
Owner

psss commented Nov 21, 2023

Yes, there are some extra packages needed to be installed on the system for pip install:

Perhaps, we could mention this in the individual plugin documentation as well.

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

3 participants