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

Failed install on Snellius #61

Open
fnattino opened this issue Sep 29, 2023 · 0 comments
Open

Failed install on Snellius #61

fnattino opened this issue Sep 29, 2023 · 0 comments

Comments

@fnattino
Copy link
Contributor

Failed to run the install command on Snellius with error:

scp: realpath ./JupyterDaskOnSLURM: No such file
scp: upload "./JupyterDaskOnSLURM": path canonicalization failed
scp: failed to upload directory JupyterDaskOnSLURM to .

For some reason, running the following did not work:

scp -I /path/to/the/key -r ../JupyterDaskOnSLURM myusername@snellius.surf.nl:~/.

and I had to add the -O option to use some legacy scp functionality?

scp -I /path/to/the/key -O -r ../JupyterDaskOnSLURM myusername@snellius.surf.nl:~/.

Anyone else experiencing the same issue?

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