Hi.
I can not launch launch.py due to the error below.
Should I install something not mentioned in the README or maybe provide some other options?
Could you please document launch.py options a bit more detailed?
I run python launch.py ../configurations/humanoid.json --region_name=us-west-1 --aws_access_key_id=my_id --aws_secret_access_key=my_secr_key --s3_bucket=s3://my_bucket_name
and get:
Traceback (most recent call last): File "launch.py", line 311, in <module> main() File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "launch.py", line 218, in main code_url = upload_archive(exp_name, archive_excludes, s3_bucket) File "launch.py", line 63, in upload_archive subprocess.check_call(upload_cmd) File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 579, in check_call retcode = call(*popenargs, **kwargs) File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 560, in call with Popen(*popenargs, **kwargs) as p: File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 950, in __init__ restore_signals, start_new_session) File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 1544, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: 'aws'
Hi. I can not launch launch.py due to the error below. Should I install something not mentioned in the README or maybe provide some other options?
Could you please document launch.py options a bit more detailed?
I run
python launch.py ../configurations/humanoid.json --region_name=us-west-1 --aws_access_key_id=my_id --aws_secret_access_key=my_secr_key --s3_bucket=s3://my_bucket_name
and get:
Traceback (most recent call last): File "launch.py", line 311, in <module> main() File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File "/Users/georgy/ml/env3/lib/python3.5/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) File "launch.py", line 218, in main code_url = upload_archive(exp_name, archive_excludes, s3_bucket) File "launch.py", line 63, in upload_archive subprocess.check_call(upload_cmd) File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 579, in check_call retcode = call(*popenargs, **kwargs) File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 560, in call with Popen(*popenargs, **kwargs) as p: File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 950, in __init__ restore_signals, start_new_session) File "/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/subprocess.py", line 1544, in _execute_child raise child_exception_type(errno_num, err_msg) FileNotFoundError: [Errno 2] No such file or directory: 'aws'