michel icon indicating copy to clipboard operation
michel copied to clipboard

ImportError: cannot import name run

Open srustamo opened this issue 8 years ago • 0 comments

After installing gflags

❯ michel pull
Traceback (most recent call last):
  File "/usr/local/bin/michel", line 7, in <module>
    from michel.michel import main
  File "/usr/local/lib/python2.7/site-packages/michel/michel.py", line 16, in <module>
    from oauth2client.tools import run
ImportError: cannot import name run

srustamo avatar Dec 30 '17 11:12 srustamo