AlexG created a new topic ' Pyindi install C++ 2011 required error' in the forum. 7 years ago

Just a quick one to save someone else time, On installing pyindi via python setup.py install, I got errors saying that I needed to complile with c++11. I was able to do this by running;

export CFLAGS='-std=c++11'

before doing;

python setup.py build
python setup.py install

Probably not helpful to anyone but just in case I chucked it on here.

Alex

Read More...