2

I got this error in in Python3.6 ModuleNotFoundError: No module named 'oauth2client.client',i tried pip3.6 install --upgrade google-api-python-client,But I don't know how to fix

Please tell me how to fix,

Thanks

Ashok
  • 41
  • 1
  • 6

1 Answers1

5

Use below code, this worked for me:

pip3 install --upgrade oauth2client

Ananya_Chandraker
  • 409
  • 1
  • 5
  • 11