You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
when running
python setup-app.py
it gives this error. Complete output here -The text was updated successfully, but these errors were encountered: