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.33k stars 124 forks source link

ModuleNotFoundError: No module named 'torchdyn' for torchdyn==1.0.4 on pypi #183

Closed atong01 closed 10 months ago

atong01 commented 1 year ago

A clean install of torchdyn==1.0.4 leads to a module not found error. Installs successfully but then import torchdyn fails with module not found error. Something is wrong with the current version on pypi.

Screenshot 2023-03-08 at 12 03 44

torchdyn==1.0.3 still works with #180 caveats.

dohyeonscottkim commented 1 year ago

yes, me too

pip install torchdyn installed torchdyn==1.0.4 this called ModuleNotFoundError

downgraded the torchdyn to 1.0.3 and it worked!!

Thank you sir

atong01 commented 10 months ago

Fixed in release 1.0.5 https://github.com/DiffEqML/torchdyn/releases/tag/1.0.5.1