Hi,
I tried to install tidal on my M1 laptop. But when I opened Atom there was a problem. As suggested in Trouble installing Tidal library - MacOS Big Sur (Failed to build... Warning: Couldn't figure out LLVM version...) - #17 by dthel, I installed homebrew and LLVM. I made sure to copy the code for brew and LLVM into my path. Then I did
cabal install tidal --lib.
Nevertheless tidalcycles couldnt install:
The log file says:
Failed to build ghc-paths-0.1.0.12 (which is required by exe:tidal from
tidal-1.8.0). The failure occurred during the configure step. The exception
was:
dieVerbatim: user error (cabal: '/Users/ofelia/.ghcup/bin/ghc' exited with an
error:
<no location info>: error:
Warning: Couldn't figure out LLVM version!
Make sure you have installed LLVM between [9 and 13)
<no location info>: error:
Warning: Couldn't figure out LLVM version!
Make sure you have installed LLVM between [9 and 13)
ghc: could not execute: opt
)
Failed to build exe:hsc2hs from hsc2hs-0.68.8 (which is required by exe:tidal
from tidal-1.8.0). See the build log above for details.
Failed to build indexed-traversable-0.1.2 (which is required by exe:tidal from
tidal-1.8.0). See the build log above for details.
Failed to build primitive-0.7.4.0 (which is required by exe:tidal from
tidal-1.8.0). See the build log above for details.
So the LLVM is not being recognised.
On the side of atom I get this error:
Could not find module ‘Sound.Tidal.Context’
It is not a module in the current program, or in any known package.