×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Pyindi install C++ 2011 required error

  • Posts: 3
  • Thank you received: 1
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
The following user(s) said Thank You: Jasem Mutlaq
6 years 6 months ago #19155

Please Log in or Create an account to join the conversation.

Time to create page: 0.451 seconds