Atom not booting TidalCycles after install, Windows 10

Hi everyone,
I've just tried installing Tidal. I used the chocolatey install to start with, although I already had Atom and Git installed. After installing and starting SuperCollider and SuperDirt, I tried to boot Tidal in Atom, but received two error messages:

Using default GHC system path definition
Ghci command: ghci
Ghc-pkg command: ghc-pkg
Load BootTidal.hs from C:\Users\harrisdn\AppData\Roaming\cabal\x86_64-windows-ghc-8.10.3\tidal-1.6.1\BootTidal.hs
Load BootTidal.hs from C:\Users\harrisdn\AppData\Roaming\cabal\x86_64-windows-ghc-8.10.3\tidal-1.6.1\BootTidal.hs
t> : user specified .o/.so/.DLL could not be loaded (addDLL: pthread or dependencies not loaded. (Win32 error 5))
Whilst trying to load:  (dynamic) pthread
Additional directories searched:   C://ProgramData//chocolatey//lib//ghc//tools//ghc-8.10.3//mingw//bin/
   C://ProgramData//chocolatey//lib//ghc//tools//ghc-8.10.3//mingw//bin/../lib/
   C://ProgramData//chocolatey//lib//ghc//tools//ghc-8.10.3//mingw//bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/lib/../lib/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../lib/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/lib/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../
   C:\WINDOWS\system32
Cannot browse tidal to obtain informations for autocomplete: Error: Command failed: echo ":browse Sound.Tidal.Context" | "ghci"
: user specified .o/.so/.DLL could not be loaded (addDLL: pthread or dependencies not loaded. (Win32 error 5))
Whilst trying to load:  (dynamic) pthread
Additional directories searched:   C://ProgramData//chocolatey//lib//ghc//tools//ghc-8.10.3//mingw//bin/
   C://ProgramData//chocolatey//lib//ghc//tools//ghc-8.10.3//mingw//bin/../lib/
   C://ProgramData//chocolatey//lib//ghc//tools//ghc-8.10.3//mingw//bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/lib/../lib/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../lib/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../../x86_64-w64-mingw32/lib/
   C:/ProgramData/chocolatey/lib/ghc/tools/ghc-8.10.3/mingw/bin/../lib/gcc/x86_64-w64-mingw32/9.2.0/../../../
   C:\WINDOWS\system32

I've checked and the BootTidal.hs file is in the location that Atom is looking for it in. I've tried uninstalling and reinstalling, and I've also tried running cabal new-install tidal --lib from a command prompt, all to no avail. Haskell seems to be installed properly, as do all the other components. This is really confusing me.

Thanks in advance for any help you can provide!

perhaps this? https://stackoverflow.com/questions/49637459/ghci-on-windows-10-error-user-specified-o-so-dll-could-not-be-loaded-adddll

@dlz.harris You aren't the first to have this problem. It is a conflict with some other software you have installed that provides pthread.dll . You could try finding and removing the other one. Others have tracked the problem down to music software called lilypond installing a problematic pthread.dll

Hey I'm also using Windows 10 and Atom displays this error message:

Cannot browse tidal to obtain informations for autocomplete: Error: Command failed: echo ":browse Sound.Tidal.Context" | "ghci"
'"ghci"' is not recognized as an internal or external command,
operable program or batch file.

This is the first installation of Tidal and its components. SuperDirt works fine in SuperCollider.
Any ideas? Thanks