groupgets / pylepton

Quick and dirty pure python library for interfacing with FLIR lepton
MIT License
208 stars 94 forks source link

Attribute Error: Lepton3 object has no attribute '_msg_size' #11

Closed jarriaga25 closed 7 years ago

jarriaga25 commented 7 years ago

when running pylepton_capture getting above error. I'm also not sure but wondering in which folder I should be running the pylepton_capture command since I see it in a few places. Any assistance is much appreciated, it's been 10yrs since I coded and I'm very rusty and new to linux/python.

kekiefer commented 7 years ago

It sounds like your system has the old version installed system-wide (via pip, or a previous setuptools install). Try to uninstall that (pip uninstall pylepton, or if that doesn't work, rm -r /usr/lib/python/site-packages/pylepton*), then try again. You don't have to install system-wide if you're operating in the root project directory.

jarriaga25 commented 7 years ago

Thanks! That cleared up that issue but now capture just hangs indefinitely. Going to try and get a new pi and start from scratch.