panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc
panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.18 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 set. Notably, if go1.18 adds a moving garbage collector, this program is unsafe to use.
Looking into this
This is a blocking issue, as go is approaching 1.19. The tensor package really needs a non-moving gc?
Is there update on this, @chewxy?
Just encountered the same panic message on a linux/AMD64 machine, though it says go1.20 now.
yeah this is removed in the upcoming version
Great, thank you! Waiting for the upcoming release.
same problem with macOS arm64 - go 1.21
also same problem with windows amd64 go 1.21.0 What can I do?
Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.21 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.21 set. Notably, if go1.21 adds a moving garbage collector, this program is unsafe to use.
Still having this issue running on go version go1.21.4 darwin/arm64 Are there any updates ? @chewxy
Thanks
Also having this issue on go version go1.21.5 linux/amd64 and gorgonia.org/gorgonia v0.9.18
Also having this issue on go version go1.22.0 linux/amd64 and gorgonia.org/gorgonia v0.9.18