paulkass/jira-vim

The 'jira>=2.0.0' distribution was not found

tbazant opened this issue · 0 comments

I followed your install & setup instructions, but after starting vim, it reports:

The 'jira>=2.0.0' distribution was not found and is required by the application

The it starts normally, but trying to open

:JiraVimBoardOpenNosp 'All my Doc/RN issues'

results in

Error detected while processing function <SNR>18_JiraVimBoardOpenNoSp:
line    1:
E117: Unknown function: JiraVimTrimHelper
line    2:
E121: Undefined variable: l:name
Error detected while processing function <SNR>18_JiraVimBoardOpenNoSp[3]..check#CheckStorageSession[19]..load_function#LoadSessionStorage:
line    2:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/tbazant/.dotfiles/vim/.vim/plugged/jira-vim/plugin/../python/common/sessionObject.py", line 2, in <module>
    from .connection import Connection
  File "/home/tbazant/.dotfiles/vim/.vim/plugged/jira-vim/plugin/../python/common/connection.py", line 5, in <module>
    from jira import JIRA
ModuleNotFoundError: No module named 'jira'
line    7:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'SessionObject' is not defined
Error detected while processing function <SNR>18_JiraVimBoardOpenNoSp:
line    5:
E121: Undefined variable: l:name
line    6:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'python' has no attribute 'boards'