cit restart fails with missing argcomplete, but it's deps.pyl |
||
Issue description
According to Nico:
$ cit restart chromium.fyi -r ddoman
Traceback (most recent call last):
File "/Users/thakis/.chrome-infra/infra/run.py", line 29, in <module>
sys.exit(run_helper.run_py_main(sys.argv[1:], RUNPY_PATH, ENV_PATH, 'infra'))
File "/Users/thakis/.chrome-infra/infra/bootstrap/run_helper.py", line 75, in run_py_main
import argcomplete
ImportError: No module named argcomplete
,
Nov 16 2016
,
Mar 2 2018
I just hit this problem again, in 2018. Deleting ~/.chrome-infra fixed the problem. |
||
►
Sign in to add a comment |
||
Comment 1 by tandrii@chromium.org
, Nov 14 2016