Closed albertodvp closed 9 months ago
Try using constraints: plutus-core > 1.7
in your cabal.project
and cabal will probably tell you.
Ok, thanks to your hint I managed to understand what I was missing: I forced a higher version using constraints: plutus-core > 1.7
and I discovered I was missing libblst-any
. I think the easier thing to do is using the iohk-nix overlays, that actually allows me to compile.
Thank you!
Hi, I've been trying to setup a very simple and minimal environment to compile Plutus scripts using plutus-tx.
I'm using
haskell.nix
and I followed theREADME
but for some reason cabal is trying to compileplutus-core-lib-plutus-core-1.7.0.0
which I suspect is an "old" version (from what I see from https://chap.intersectmbo.org/).Here is the error I get:
What am I be doing wrong?
Here is my experiment: https://github.com/albertodvp/plutus-playground