I'm determined to get NParse going on my Mac.
I just tried to install homebrew on my Macbook. I got the following error:
Error: wget: no bottle available!
You can try to install from source with:
brew install --build-from-source wget
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.
I went ahead and tried brew install --build-from-source wget and got this error instead:
Error: openssl@1.1: no bottle available!
You can try to install from source with:
brew install --build-from-source openssl@1.1
So I went ahead and copy-pasted that: brew install --build-from-source openssl@1.1
And nowwwww I think it's still trying. Any tips?
|