Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically create .ncluster directory #22

Open
yaroslavvb opened this issue Mar 27, 2019 · 0 comments
Open

automatically create .ncluster directory #22

yaroslavvb opened this issue Mar 27, 2019 · 0 comments

Comments

@yaroslavvb
Copy link
Contributor

    image_name=args.image_name)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/ncluster/ncluster.py", line 83, in make_task
    install_script=install_script, **kwargs)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/ncluster/aws_backend.py", line 803, in make_task
    instance_type=instance_type)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/ncluster/aws_backend.py", line 99, in __init__
    self.ssh_client = u.ssh_to_task(self)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/ncluster/aws_util.py", line 378, in ssh_to_task
    pkey = paramiko.RSAKey.from_private_key_file(ssh_key_fn)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/paramiko/pkey.py", line 206, in from_private_key_file
    key = cls(filename=filename, password=password)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/paramiko/rsakey.py", line 55, in __init__
    self._from_private_key_file(filename, password)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/paramiko/rsakey.py", line 175, in _from_private_key_file
    data = self._read_private_key_file("RSA", filename, password)
  File "/Users/yaroslavvb/anaconda3/envs/main/lib/python3.6/site-packages/paramiko/pkey.py", line 278, in _read_private_key_file
    with open(filename, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/yaroslavvb/.ncluster/ncluster-yaroslavvb-331439827203-us-east-1.pem'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant