miguelpuyol / Jira-Alfred-Workflow

An Alfred Client for Jira
23 stars 5 forks source link

requests module is missing #8

Closed ptillemans closed 8 years ago

ptillemans commented 9 years ago

When running the script it immediately fails with:

[ERROR: alfred.workflow.input.scriptfilter] Code 1: Traceback (most recent call last): File "jira.py", line 7, in from lib.jira import JIRA File "/Users/pti/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.CD36A112-90DF-4427-8159-EBE9B7883F7E/lib/jira/init.py", line 5, in from lib.jira.config import get_jira File "/Users/pti/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.CD36A112-90DF-4427-8159-EBE9B7883F7E/lib/jira/config.py", line 17, in from lib.jira.client import JIRA File "/Users/pti/Dropbox/Alfred/Alfred.alfredpreferences/workflows/user.workflow.CD36A112-90DF-4427-8159-EBE9B7883F7E/lib/jira/client.py", line 43, in import requests ImportError: No module named requests

miguelpuyol commented 9 years ago

Could you try installing the request module by execuing pip install requests on a terminal?

piotrkorlaga commented 9 years ago

i got the same issue

miguelpuyol commented 9 years ago

Could you solve it by installing the module? Have you tried the latest version of the workflow?