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
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 89, in main
mila()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 146, in mila
return function(**args_dict)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 529, in init
success = setup_passwordless_ssh_access(ssh_config=ssh_config)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/init_command.py", line 256, in setup_passwordless_ssh_access
success = setup_passwordless_ssh_access_to_cluster("mila")
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/init_command.py", line 313, in setup_passwordless_ssh_access_to_cluster
assert ssh_public_key_path.exists()
AssertionError
Screenshots
Desktop (please complete the following information):
Mac OS 14.4.1
The text was updated successfully, but these errors were encountered:
What command did you run?
mila init
Describe the bug
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 89, in main
mila()
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 146, in mila
return function(**args_dict)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/commands.py", line 529, in init
success = setup_passwordless_ssh_access(ssh_config=ssh_config)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/init_command.py", line 256, in setup_passwordless_ssh_access
success = setup_passwordless_ssh_access_to_cluster("mila")
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/milatools/cli/init_command.py", line 313, in setup_passwordless_ssh_access_to_cluster
assert ssh_public_key_path.exists()
AssertionError
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: