I'm trying to merge my first PR and the script is failing with the following output. What version of Python should I be running? Is there some prerequisite that I'm missing? I did install jira-python.
I'm running on Ubuntu 16.04 in case that is relevant. andy@freedom:~/git/arrow$ dev/merge_arrow_pr.py ARROW_HOME = /home/andy/git/arrow PROJECT_NAME = arrow Traceback (most recent call last): File "dev/merge_arrow_pr.py", line 81, in <module> ASF_JIRA = jira.client.JIRA({'server': JIRA_API_BASE}, AttributeError: 'module' object has no attribute 'JIRA' Thanks, Andy.