RS-DAT / JupyterDaskOnSLURM

Apache License 2.0
16 stars 3 forks source link

Failed install on Snellius #61

Open fnattino opened 9 months ago

fnattino commented 9 months ago

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?