On MacOS the pyAFQ 2.1 does not include boto3, so [AFQ.data.fetch fails](https://github.com/dipy/GPUStreamlines/pull/37). I solved this with: ``` pip install boto3 ```