nimtorch
nimtorch copied to clipboard
type mismatch: got <tuple of (string, int)
trafficstars
Trying to compile the simple GRU example I get:
anaconda3/envs/nimtorch/dist/pkgs/fragments-#head/fragments/buildandrun.nim(30, 12) Error: type mismatch: got <tuple of (string, int)> but expected 'NimNode = ref NimNodeObj'
are you using the nim version provided by anaconda? Looks like it's a nim version issue (nim changes and breaks every other day basically..)