Bartlomiej Walczak
Bartlomiej Walczak
I have the same problem as @mohammadriazi with the same configuration - OS X 10.13, Python 2.7. Compilation of `pycapnp` fails. I installed `Cython`, tried installing `pycapnp` on my own,...
I don't think this is brew Python in my case, because I didn't install Python with brew: ``` brew list aspcud geoip mysql bro go nifi camlp4 gringo ocaml capnp...
What finally worked for me: ``` brew uninstall capnp export MACOSX_DEPLOYMENT_TARGET=10.10 CFLAGS='-stdlib=libc++' pip install nupic ```
The Amazon one.
Thank you.
Hi chrisn, This is Amazon Linux AMI 2015.03. Yes, I was following the instructions, and while trying to install `libsndfile`, I get the error that the `libsndfile` package is not...
There's the Linux version of brew called linuxbrew, and it does work :) I'm still getting `No package libsndfile-devel available.` from `yum`. I think I'll try with Ubuntu EC2 machine......
I gave up trying to install it on Amazon Linux AMI, and chose Ubuntu from their list. I had no issues there.
Same here. `cppvsdbg`
I'm probably wrong in the above, but I still keep getting the 'invalid database path' exception with a seemingly valid postgres string (and the database is available there, I can...