google-research / torchsde

Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
Apache License 2.0
1.52k stars 195 forks source link

Install command fails if SSH key not set #5

Closed patrick-kidger closed 3 years ago

patrick-kidger commented 3 years ago
pip install git+ssh://git@github.com/google-research/torchsde

throws an error for me (git@github.com: Permission denied (publickey)), presumably because one is required to have set their SSH key with GitHub.

Is there a particular reason for this choice? Rather than the usual

pip install git+https://github.com/google-research/torchsde.git

which is a little more user-friendly. :)

lxuechen commented 3 years ago

Thanks for pointing this out! I'll send in a fix soon.