ModuleNotFoundError: No module named 'googleapiclient
问题 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 below error for one program. Please help me. Traceback (most recent call last): File " <Path>\main.py", line 17, in <module> import script1 File " <Path>\script1.py", line 9, in <module> import script2 File " <Path>\script2.py", line 10, in <module> from googleapiclient import discovery ModuleNotFoundError: No module named