I get this error "ImportError: The 'pyparsing' package is required" after trying to run .py file with from google.cloud import bigquery
line. Import was working before and is still working in the Jupyter Notebook or in Ipython.
I looked at existing options here and tried:
Does anyone have suggestions? Thanks
I found the problem. It is silly, but happens to me from time to time. Do not name files in your project like - html.py
=) . It was in one of the folders of my project. Really annoying, but nevertheless, hope it will help someone. Maybe you have same problem with different file name, but look up for files with common use names!)