ImportError No module named requests_oauthlib error

using nohup python to run an .py file.
but face this error

 from requests_oauthlib import OAuth1, OAuth1Session
ImportError: No module named requests_oauthlib
2

1 Answer

You should try the command pip install requests_oauthlib. It works for me.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like