Skip to content

FileNotFoundError: [WinError 2] The system cannot find the file specified #25

@chrised123

Description

@chrised123

when running python setup-app.py it gives this error. Complete output here -

Traceback (most recent call last):
  File "setup-app.py", line 66, in <module>
    check_call(["bx", "app", "push", "--no-start"])
  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 323, in check_call
    retcode = call(*popenargs, **kwargs)
  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 304, in call
    with Popen(*popenargs, **kwargs) as p:
  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
  File "C:\ProgramData\Anaconda3\lib\subprocess.py", line 1155, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions