I have used line from requests_oauthlib import OAuth2Session
I got error:module "requests_oauthlib" not found
I have downloaded:requests-oauthlib-1.3.0.tar.gz
copied to my ec2, and renamed to requests_oauthlib
I am getting error ImportError: cannot import name 'OAuth2Session'
How to get OAuth2Session ?