Closed gcervantes8 closed 1 year ago
This may be caused by torch being updated, so the ABI for the compiled Norse module changes (see https://norse.github.io/norse/pages/installing.html#common-problems). Could you try to uninstall/reinstall torch, and then reinstall Norse? Re-compiling the binaries should fix the problem.
Yep! Looks like I'm able to correctly install Norse in Google Colab with the following commands:
!pip install norse
!pip install lava
!pip install lava-dl
!pip uninstall triton
!pip uninstall torchvision
!pip uninstall norse
!pip install norse
Urgh, that seems annoyingly specific. Thank you for posting the fix!
Describe the bug I've been getting a strange error when I import Norse:
To Reproduce Steps to reproduce the behavior: I was able to reproduce the behavior by running the following commands on a Google Colab environment:
I found that Norse ends up working up until lava-dl is installed, I believe this changes the Torch installation so this might be way the error is occurring.
Environment
Any help would be greatly appreciated!
I saw issues #280 and #344 were relevant, but were closed because they weren't easily reproducible, hopefully this helps in fixing the bug.