Closed aarav22 closed 1 year ago
Not sure if it's the ideal approach but downgrading the gnark-crypto dependency to v0.9.1 works.
Hi - see the solution in https://github.com/Consensys/gnark/issues/780, maybe it is similar issue? I.e. when not explicitly go getting gnark, then go mod tidy upgrades all implicit dependencies to the latest and there is mismatch between gnark and gnark-crypto.
I'm new to both gnark and Go. I created a go module and created a file cubic.go and pasted the code from the readme (attached below).
Step 1:
runs without error and installs all the packages.
Step 2:
errors:
Environment: Windows Subsystem for Linux