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
  • 31
  • 1
  • 6

1 Answers1

5

Use below code, this worked for me:

pip3 install --upgrade oauth2client

Ananya_Chandraker
  • 349
  • 1
  • 4
  • 11