-
-
Notifications
You must be signed in to change notification settings - Fork 877
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
Error "ModuleNotFoundError: No module named 'keyring'" when trying to use jirashell #1435
Comments
Gotcha, I think this might be a documentation problem, as to use jirashell you need to |
I tried that suggestion and I get:
I found a
|
I found a suggested fix for that error: However, I have the same problem when running jirashell: |
hmmm The Lines 63 to 66 in 49fe68c
Which is where we specify keyring and ipython to be installed. I am surprised that you aren't able to use the command successfully, this is my output (using pip 22.2):
|
Just for anyone else who happens to see this, it is a problem with zsh not pip or jira. |
Bug summary
The jira package itself works fine, but if I try to run jirashell from the terminal, I get:
ModuleNotFoundError: No module named 'keyring'
Here is my current list of packages (
pip freeze
) from a venv I created yesterday:certifi==2022.6.15
charset-normalizer==2.1.0
defusedxml==0.7.1
idna==3.3
jira==3.3.0
oauthlib==3.2.0
packaging==21.3
pyparsing==3.0.9
requests==2.28.1
requests-oauthlib==1.3.1
requests-toolbelt==0.9.1
typing_extensions==4.3.0
urllib3==1.26.11
If I manually install keying using pip and try again, I get "No module named 'IPython'"
Is there an existing issue for this?
Jira Instance type
Jira Cloud (Hosted by Atlassian)
Jira instance version
No response
jira-python version
3.3.0
Python Interpreter version
3.9.10
Which operating systems have you used?
Reproduction steps
# 1. Type jirashell from a terminal
Stack trace
Expected behaviour
Jirashell should run without error
Additional Context
No response
The text was updated successfully, but these errors were encountered: