nimtorch icon indicating copy to clipboard operation
nimtorch copied to clipboard

type mismatch: got <tuple of (string, int)

Open bitnom opened this issue 6 years ago • 1 comments
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'

bitnom avatar Sep 05 '19 16:09 bitnom

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..)

sinkingsugar avatar Sep 06 '19 10:09 sinkingsugar