If Afread Debug saild "ImportError: No module named requests" and `pip install requests` dont work, Try there steps:
First, check if you have python and pip on you Mac, or use brew to install.
Second, you may still get ImportError when you have already `pip install requests`, that may because you have many python(such as 2.7 3.5 3.7 3.9), The python which installed requests module is different from the python alfred use. Then you can find the right python's path by using `whereis python` `which python` or other ways, then edit the workflow: