Solution for : No Module Named requests-oauthlib

The easy solution for this error is to install the missing module requests-oauthlib :

pip install requests-oauthlib

If pip install is not working try using conda:

conda install requests-oauthlib

Why don't I have a module named requests-oauthlib? There are known reasons for the cause of this error. The most observed reason is due to the unavailability of requests-oauthlib in your working directory. But that's not all, if your python file is called requests-oauthlib.py, it may also generate this error: No module named requests-oauthlib

Other installation errors :

ImportError: No module named requests-oauthlib