twitter-for-bigquery icon indicating copy to clipboard operation
twitter-for-bigquery copied to clipboard

setup.py ImportError: No module named config

Open ianchanning opened this issue 8 years ago • 0 comments

I'm using Python 2.7.13 on Fedora 25.

I'm getting the following error when running setup.py

[ian@localhost twitter-for-bigquery]$ python setup.py 
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from config import Config
ImportError: No module named config

ianchanning avatar Mar 05 '17 15:03 ianchanning