plutus-starter icon indicating copy to clipboard operation
plutus-starter copied to clipboard

Does not work with Mac M1

Open cmorgado opened this issue 3 years ago • 1 comments
trafficstars

doing a cabal repl after cloning gives the following message

Error: cabal: Could not resolve dependencies:
[__0] trying: Win32-network-0.1.0.0 (user goal)
[__1] trying: base-4.16.3.0/installed-4.16.3.0 (dependency of Win32-network)
[__2] next goal: byron-spec-chain (user goal)
[__2] rejecting: byron-spec-chain-0.1.0.0 (conflict:
base==4.16.3.0/installed-4.16.3.0, byron-spec-chain => base>=4.12 && <4.15)
[__2] fail (backjumping, conflict set: base, byron-spec-chain)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: base, byron-spec-chain, Win32-network

cmorgado avatar Oct 18 '22 14:10 cmorgado

Check you have ghc version 8.10.7 installed (as recommended here https://developers.cardano.org/docs/get-started/installing-cardano-node#macos) and then call cabal configure --with-compiler=ghc-8.10.7 to set it up.

sean118 avatar Dec 01 '22 14:12 sean118