# Could not find module ‘Sound.Tidal.Context

**URL:** https://forum.toplap.org/t/could-not-find-module-sound-tidal-context/1861
**Category:** Uncategorized
**Created:** [22 September 2021 00:08 UTC](https://forum.toplap.org/t/could-not-find-module-sound-tidal-context/1861 "2021-09-22T00:08:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![piscespieces](https://forum.toplap.org/user_avatar/forum.toplap.org/piscespieces/32/1011_2.png) [@piscespieces](https://forum.toplap.org/u/piscespieces)
#### Post date: [22 September 2021 00:08 UTC](https://forum.toplap.org/t/could-not-find-module-sound-tidal-context/1861/1 "2021-09-22T00:08:24Z")

</div>

Installed TidalCycles following this guide [MacOS | Tidal Cycles](https://tidalcycles.org/docs/getting-started/macos_install)  
and this guy [Video 3: Getting Started with Tidal Cycles - YouTube](https://www.youtube.com/watch?v=vMT4Ux-yVdU)

I’m on a Mac, using atom. When booting tidal I get this error:

: error:  
Could not find module ‘Sound.Tidal.Context’  
It is not a module in the current program, or in any known package.

Not sure how to go about this

---

<div class="post-metadata">

### Author: ![ndr\_brt](https://forum.toplap.org/user_avatar/forum.toplap.org/ndr_brt/32/329_2.png) [@ndr\_brt](https://forum.toplap.org/u/ndr_brt)
#### Post date: [28 September 2021 13:25 UTC](https://forum.toplap.org/t/could-not-find-module-sound-tidal-context/1861/2 "2021-09-28T13:25:31Z")

</div>

That means: tidal is not installed.  
Try to execute these lines from the terminal:

```auto
cabal update
cabal install tidal --lib

```

---

<div class="post-metadata">

### Author: ![Bryan\_Green](https://forum.toplap.org/user_avatar/forum.toplap.org/bryan_green/32/718_2.png) [@Bryan\_Green](https://forum.toplap.org/u/Bryan_Green)
#### Post date: [23 June 2022 14:02 UTC](https://forum.toplap.org/t/could-not-find-module-sound-tidal-context/1861/3 "2022-06-23T14:02:52Z")

</div>

This didn’t work. ☹

```auto
<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
cabal: Failed to build blaze-builder-0.4.2.2 (which is required by exe:tidal
from tidal-1.8.0). See the build log above for details.
Failed to build base-orphans-0.8.6 (which is required by exe:tidal from
tidal-1.8.0). See the build log above for details.
Failed to build clock-0.8.3 (which is required by exe:tidal from tidal-1.8.0).
See the build log above for details.
Failed to build colour-2.3.6 (which is required by exe:tidal from
tidal-1.8.0). See the build log above for details.
Failed to build data-binary-ieee754-0.4.4 (which is required by exe:tidal from
tidal-1.8.0). See the build log above for details.
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/bcgreen/.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.

```
