-
Notifications
You must be signed in to change notification settings - Fork 156
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
Fail to install on OSX Sierra #24
Comments
Was able to install by code below.
|
Thanks for this! |
Better use
|
Haskell newbie here, started out with
Any suggestions appreciated thanks! |
For posterity... I installed erd after running |
I spent 3 hours trying to install this package. As a first time haskell user, I tried everything with no clue what I was doing until I saw this comment: BurntSushi#24 (comment) by @chreble
I spent 3 hours trying to install this package. As a first time haskell user, I tried everything with no clue what I was doing until I saw this comment: #24 (comment) by @chreble Thanks @chreble! I just made a PR (#27) to "fix" the documentation. I have no idea how this works, but would love to make it easier for first time users. |
Yes, please add it to the docs; it's such an easy change... I was looking into it for a few minutes too. |
Still having problems, there seems to be an error with wl-pprinter-text:
My system was clean, first time using an haskell software, not exactly newbie friendly. I ran |
I had the same problem, seems to be due to this issue. I was able to resolve by installing haskell-platform via cask: |
That fixed it for me, thanks. |
I don't know how this is working for people. I've tried on OSX and Docker and keep getting the following output:
|
@rclayton-the-terrible I just tried it myself and got your same errors. I noticed all the errors were the same and from the same package. From that, I tried installing graphviz by itself.
That worked. And then I was able to do:
So give that a shot. |
@qizwiz hey that worked! Thank you so much. I don't know a thing about Haskell or it's toolchain, but I noticed installing via |
@rclayton-the-terrible The relevant lines in my ~/.cabal/config file looks like this
If this file exists, perhaps you'll find the same hint there for you (it'll almost certainly be different). |
@qizwiz I tried both macOS and Linux (as a Docker container |
@rclayton-the-terrible I was addressing the second part of your question. Seemed like you were having problems with the binpath for packages you installed with cabal |
Failed to install erd with cabal.
FYI, my environment is follows.
The text was updated successfully, but these errors were encountered: