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
root@lucid64:~/first_try# appscale up
Traceback (most recent call last):
File "/root/appscale-tools/bin/appscale", line 46, in <module>
appscale.up()
File "/root/appscale-tools/bin/../lib/appscale.py", line 193, in up
subprocess.call(add_keypair_command)
File "/usr/lib/python2.6/subprocess.py", line 480, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
The text was updated successfully, but these errors were encountered:
Confirmed with Brian this morning. This may be because we're running the tools with Python 2.6 (installed by the tools by default), which we've never tested the tools with before. Looking into this.
The text was updated successfully, but these errors were encountered: