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...

Battling with install issues as we speak! i'll keep you posted.

Thanks

Read More...

Hi Guys,

I need to set exposures below 1ms for my zwo asi120mc camera, but when i attempt this an error is thrown up stating my exposure is out of range [6.4e-5,2000] with a value of -7 when in reality it was 7e-5. I'm assuming this is a problem with either the handling of floats or something to do with a limit exposure step size. Any thoughts? Have I missed something obvious? Its not a huge deal but I'd like to know whats going on.

I'm currently running libindi 1.3.0 on a RPi3 with Jessie,
pyindi version 0.1.0 on python2.7

Thanks

Alex

Read More...