has anyone successfully installed `1.19.0` on maco...
# general
c
has anyone successfully installed
1.19.0
on macosx
10.14.6
? I get this error:
Copy code
thread panicked while processing panic. aborting.
[1]    36512 illegal hardware instruction  ./pants
a
My wild guess is your FD limit is too low; try running
ulimit -n 10000
and then running pants again
c
FD?
a
I will put together a PR making this error message much better, because this isn’t the first time this has come up today
File Descriptor limit
c
nice, that did it thanks!
a
You’ll want to add that line to your
.bashrc
or similar 🙂
c
gotcha