Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add boto3 to requirements.txt #45

Closed
richford opened this issue Feb 8, 2017 · 0 comments
Closed

Add boto3 to requirements.txt #45

richford opened this issue Feb 8, 2017 · 0 comments

Comments

@richford
Copy link
Collaborator

richford commented Feb 8, 2017

Traceback (most recent call last):
File "bin/pyAFQ_dki", line 5, in
from AFQ import dki
File "/Users/Adam/code/projects/pyAFQ/AFQ/init.py", line 1, in
from .api import * # noqa
File "/Users/Adam/code/projects/pyAFQ/AFQ/api.py", line 15, in
import AFQ.data as afd
File "/Users/Adam/code/projects/pyAFQ/AFQ/data.py", line 5, in
import boto3
ImportError: No module named 'boto3'

conda install boto3 fixed it so I recommend adding boto3 to the requirements.txt

@arokem arokem closed this as completed in b941d93 Mar 7, 2017
arokem added a commit that referenced this issue Mar 7, 2017
Update Travis link. Also, add boto3 to requirements (closes #45).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant