ModuleNotFoundError: No module named 'httplib2
This is day 5 of my attempt to use google cloud services and everywhere I encounter bug-ridden software. I then have to ask someone to help me remove the bugs and then it turns out that their solutions are not written down in the official documentation. I'm almost at my wits end and am about to go over to digital ocean.
In any case I could not pip install googleapiclient. Over here
https://stackoverflow.com/questions/51571392/no-module-named-googleapiclient-discovery
the asker was never given a satisfactory solution. I downloaded the clone directly but I have never had to install a site-package directly and this after 4 years of python programming and probably 200 installations. I didn't know what to do so I just tried moving the folder googleapiclient into the site-packages folder and that at least removed the old error but I seriously doubt the software will work when I do not know what to do with the other folders. In any case, right now I'm getting an error:
Traceback (most recent call last): File "/Users/kylefoley/.pyenv/versions/3.7.3/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3267, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "<ipython-input-4-f067a93f3b03>", line 1, in <module> from googleapiclient.discovery import build File "/Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) File "/Users/kylefoley/.pyenv/versions/3.7.3/lib/python3.7/site-packages/googleapiclient/discovery.py", line 52, in <module> import httplib2 File "/Applications/PyCharm CE.app/Contents/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'httplib2'