-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew install etlas not working #3
Comments
After more investigation into how brew formulas work in the documentation, it says:
I guess the idea is then when |
@anirudh-eka Etlas is known to take several minutes (expect 5-10 mins depending on your RAM) to build, so it may not be hanging. Are you getting any error messages? The recommend way to install etlas is via the binaries. |
I'll probably just install via the binaries and skip
If I look back in
I don't see any other references to Edit to add: I'm not actually able to download the binary either... I'm getting an NXDOMAIN for https://cdnverify.eta-lang.org/eta-binaries//etlas-1.5.0.0/binaries/x86_64-osx/etlas Looks like Based on guidance in typelead/etlas#109, I thought I'd try the source installation, but my
Guess I won't be trying out Eta today... Looks like a cool project, so I look forward to being able to work out these issues at some point soon. |
Disclaimer: I'm very new to stack and the haskell ecosystem as well as been only a consumer of brew.
Seems that
brew install etlas
is not working. Typically I expect when I executebrew install *
, the package (etlas) will be available as a terminal command.When I execute it I get the following:
It simply hangs at
stack install etlas
. I was eventually able to install etlas by cloning the repository, cd-ing into it and runningwhich seems to be what the brew script is also doing internally. I think one source of the problem maybe because stack is not able to resolve where to get etlas as it is not on stackage where it normally looks or available locally. It looks like brew is able to download the tar (
Downloading https://github.com/typelead/etlas/archive/1.2.0.0.tar.gz
), but is unable to use that as the source for the stack install. I'm not sure how to specify that with stack install.Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: