Hey friends and nieghbors, Iâm attempting a Win 10 install and Iâve run into a lot of issues, most of which Iâve been able to google fu my way through, but I seem to have reached the limit of my ability to problem solve, so Iâm hoping I can get a little help.
I initially used the choco install method, and didnât notice any errors, but upon attempting to load superdirt I got a class not defined error, tracked that down to super dirt not being installed, so I fixed that, and tried again, and got it to work (only after about an hour of figuring out that I needed to kill the previously running processes of sclang.exe before trying it again)
The next issue came when i got ATOM up and couldnât locate the tidalcycles Package. That was a while ago now and I forget how I was able to get that squared away but it seemed to work as the package is there now. my new problem is when I boot the package I get this:
No configured ghc path
Ghci command: ghci
Ghc-pkg command: ghc-pkg
Load BootTidal.hs from C:\Users\PC1\.atom\packages\tidalcycles\lib\BootTidal.hs
t>
: error:
Could not find module `Sound.Tidal.Context'
It is not a module in the current program, or in any known package.
That sounded like tidal wasnât installed so I did the manual install for both haskell and tidal, and I am able to load ghci in a PowerShell (admin) terminal, but when I type the import Sound.Tidal.Context command, I get the following error:
: error:
Could not find module `Sound.Tidal.Contextâ
It is not a module in the current program, or in any known package.
Which seems to indicate tidal is not installed, so in a new terminal I used the command:
cabal update
cabal new-install tidal --lib
and received this response:
PS C:\Windows\system32> cabal new-install tidal --lib
Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.0.0.0 supports
'ghc' version < 8.10):
C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.10.1\bin\ghc.exe is version
8.10.1
Warning: Unknown/unsupported 'ghc' version detected (Cabal 3.0.0.0 supports
'ghc' version < 8.10):
C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.10.1\bin\ghc.exe is version
8.10.1
Resolving dependencies...
Up to date
(EDIT: I left out the part where if I try to import Sound.Tidal.Context it still acts like Tidal is not installed.)
Since I canât figure this one out I think itâs time for me to ask for help. Let me know if you see something I should be doing differently.
Thanks,
Jesse Johannesen