AutoTube icon indicating copy to clipboard operation
AutoTube copied to clipboard

error: No module named 'oauth2client'

Open bt400 opened this issue 2 years ago • 2 comments

Hi, I just found python code, I am not good on python, and I tried it, I got this error: from oauth2client.client import flow_from_clientsecrets ModuleNotFoundError: No module named 'oauth2client' ImportError: No module named OAuth2Client

I have tried these: pip install --upgrade oauth2client pip3 install --upgrade oauth2client pip install --upgrade google-api-python-client python -m pip install –-upgrade pip

but I get the same error, any way to solve it? thanks

bt400 avatar Aug 13 '22 11:08 bt400

I delete everything and started again, this time I get this error: AppData\Roaming\Python\Python38\site-packages\prawcore\auth.py", line 38, in _post raise ResponseException(response) prawcore.exceptions.ResponseException: received 401 HTTP response

I have checked my Reddit client id and the client secret are correct, any idea?

bt400 avatar Aug 13 '22 18:08 bt400

Try this:

conda install -c conda-forge oauth2client

iranssantos avatar Jan 10 '23 02:01 iranssantos