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
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:
Failed to run the install command on Snellius with error:
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?
The text was updated successfully, but these errors were encountered: