TorchSpatiotemporal / tsl

tsl: a PyTorch library for processing spatiotemporal data.
https://torch-spatiotemporal.readthedocs.io/
MIT License
236 stars 22 forks source link

The version available on `pip` is stale and does not work with the tutorial notebook. Is it possible to make a new release? #1

Closed pratyai closed 2 years ago

pratyai commented 2 years ago

More specifically this error: ModuleNotFoundError: No module named 'tsl.ops.connectivity'

I believe that file was added about a week ago, and the tsl library might have not been redeployed on pip since then. Is it possible to make a new release on pip?

I'm having some difficulty setting it up directly from the git repo; perhaps the pip version would help.

Thank you!

pratyai commented 2 years ago

Nevermind; I managed to remove all other installed versions and now the correct version of the library is imported.