tidalcycles + ghc: невозможно загрузить пакет

Я пытаюсь запустить приливные циклы на окнах, но при загрузке с атома я получаю следующую ошибку:

ghc.exe: unable to load package `network-3.0.0.0'
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: asap :: ControlPattern -> c
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: tidal :: Stream
Variable not in scope: p :: Integer -> t
Variable not in scope: p :: Integer -> t

Я проверил, и нет конфликтующих версий сети или других пакетов, все необходимые пакеты, кажется, установлены и работают (я даже пытался выполнить полную переустановку для всех зависимостей), как я могу это исправить?

1 ответ

Это странная проблема. Как следует из номера версии, сеть 3.0.0 недавно вышла, возможно, есть проблема с этим.

Вы можете попробовать установить более старую версию этой библиотеки:

ghc-pkg unregister network-3.0.0
cabal install network-2.8.0.0

а затем переустановить прилив.

Для получения дополнительной помощи вы можете присоединиться к этому прямому каналу: https://talk.lurk.org/channel/tidal-install

Другие вопросы по тегам