DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.35k stars 125 forks source link

No torchdyn in Python 3.7.12 in Kaggle and google colab #139

Closed bigyaan closed 2 years ago

bigyaan commented 2 years ago

Describe the bug When I try to pip install torchdyn in google colab and kaggle I get the error: ERROR: Could not find a version that satisfies the requirement torchdyn (from versions: none) ERROR: No matching distribution found for torchdyn

Step to Reproduce

Steps to reproduce the behavior: !pip install torchdyn on google colab

Expected behavior install torchdyn

Screenshots

Additional context

joglekara commented 2 years ago

I am not sure what you mean by the Kaggle bit but I just tried

!pip install torchdyn in a new google colab notebook and it worked just fine.

Can you please say more about how to reproduce?

TY!

Zymrael commented 2 years ago

This should have been fixed in 1.0.2 as @joglekara mentioned. @bigyaan could you check again if pip installing works for you on Colab?

bigyaan commented 2 years ago

Yes I checked, it is finally working for some reason. Thank you