installation error on Mac
Opened this issue · 2 comments
Leungfranklin commented
When I try to install by typing pip install -e git+https://github.com/SohierDane/BigQuery_Helper#egg=bq_helper, the following error messages are encountered as attached image
Namratha4 commented
I get the same error :(
smalgireddy commented
Include this argument in setup function in setup.py
packages=find_packages(include=['bq_helper', 'test_helper'])