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

Python 3.6.4 Pip install doesnt work (futures dependancy) #25

Closed
GAwadhwalAtlassian opened this issue Feb 26, 2018 · 2 comments
Closed

Comments

@GAwadhwalAtlassian
Copy link

attempting
pip3 install pyathena
results in an error
futures requires Python '>=2.6, <3' but the running Python is 3.6.4
This is because one of the requirements is futures, but probably is not required for python 3.

A work around is to install an older version of futures first, then installing pyathena
pip3 install futures==3.1.1

@GAwadhwalAtlassian GAwadhwalAtlassian changed the title Python 3.6.4 Doesnt Work Python 3.6.4 Pip install doesnt work (futures dependancy) Feb 26, 2018
laughingman7743 added a commit that referenced this issue Feb 26, 2018
@laughingman7743
Copy link
Owner

@GAwadhwalAtlassian
I fixed this issue with the following pull request. Please check it.
#26

Thanks,

laughingman7743 added a commit that referenced this issue Feb 26, 2018
@GAwadhwalAtlassian
Copy link
Author

awesome work, thanks so much.

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

2 participants