New issue
Advanced search Search tips

Issue 664932 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

cit restart fails with missing argcomplete, but it's deps.pyl

Project Member Reported by tandrii@chromium.org, Nov 14 2016

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
 
Nico, if you can retry the same command after wiping out $HOME/.chrome-infra, that'd be great.

Comment 2 by benhenry@google.com, Nov 16 2016

Labels: Pri-2

Comment 3 by whesse@google.com, Mar 2 2018

I just hit this problem again, in 2018.  Deleting ~/.chrome-infra fixed the problem.

Sign in to add a comment