1

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

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 ответ1

0

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

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

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

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

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

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .