Apologies if this is a silly question. I searched in stackoverflow. But did not find the solution. I am working on migration from Python 2.7 to Python 3.8. I am getting the bel
If you don't have to use Python 3.8, please uninstall it and install 3.6.X (X can be 5, my suggestion). The last version of Python 3.8 still can have bugs.
After, please enter this command pip install googleapiclient
on cmd, or, install googleapiclient
manual. If you don't know how to do it, inform me, I can edit my answer.