You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i followed the steps, build the docker image, then ran the stack ... setup and got this very odd error:
09:54 AM noon ∈ tensorflow-haskell (master) ♫ stack --docker --docker-image=$IMAGE_NAME setup
Warning: Retry number 0 after a total delay of 0 us
If you see this warning and stack fails to download, but running the command again solves
the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510
Warning: Retry number 1 after a total delay of 100000 us
If you see this warning and stack fails to download, but running the command again solves
the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510
Warning: Retry number 2 after a total delay of 200000 us
If you see this warning and stack fails to download, but running the command again solves
the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510
Warning: Retry number 3 after a total delay of 300000 us
If you see this warning and stack fails to download, but running the command again solves
the problem, please report here: https://github.com/commercialhaskell/stack/issues/3510
Downloading lts-8.13 build plan ...
HttpExceptionRequest Request {
host = "raw.githubusercontent.com"
port = 443
secure = True
requestHeaders = [("User-Agent","The Haskell Stack")]
path = "/fpco/lts-haskell/master//lts-8.13.yaml"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
}
(ConnectionFailure Network.BSD.getProtocolByName: does not exist (no such protocol name: tcp))
Received ExitFailure 1 when running
Raw command: /usr/bin/docker start -a -i f755f04015e528839fede0b5f7c9aa578735ed1deaeb95647b5d62bc35331647
09:56 AM noon ∈ tensorflow-haskell (master) ♫ stack --version Wed Apr 11
Version 1.7.0, Git revision 979e61339c662ed9e85cc751a66204d29bbd2bec x86_64 hpack-0.28.2
The text was updated successfully, but these errors were encountered:
i followed the steps, build the docker image, then ran the
stack ... setup
and got this very odd error:The text was updated successfully, but these errors were encountered: