DavidMuller/aws-requests-auth

cannot install with python 3.6

Closed this issue · 2 comments

I am using PyCharm as my IDE and Python 3.6 version. When I tried to install aws-requests-auth with Pycharm pip. it does not find the package. However, when I manually moved the package to my env folder, everything works fine...
(and i can find the package if i use Python 2.7)
I wonder if the download is available with Python 3.6

Hi @xingxing888 -- I am able to successfully install aws-requests-auth on python 3.6:

[test-aws-auth-install] $ python -V
Python 3.6.4
[test-aws-auth-install] $ pip -V
pip 10.0.1 from /Users/dmuller/.virtualenvs/test-aws-auth-install/lib/python3.6/site-packages/pip (python 3.6)
[test-aws-auth-install] $ pip install aws-requests-auth
Collecting aws-requests-auth
 ... etc.
[test-aws-auth-install] $ pip freeze | grep aws-requests-auth
aws-requests-auth==0.4.1

Sounds like it could be something to do with how pycharm is set up

Closing due to inactivity