LJMUAstroecology / flirpy

Python library to interact with FLIR camera cores
Other
191 stars 54 forks source link

AttributeError: 'Boson' object has no attribute 'get_external_sync_mode' #100

Closed Harsh188 closed 1 month ago

Harsh188 commented 1 month ago

The latest commit https://github.com/LJMUAstroecology/flirpy/commit/4a972119da97cd5d5e635e7677cf77d55a63f7bf has not been reflected in the pypi package.

If I install Flirpy using pip, I get an error when trying to get the external sync mode.

jveitchmichaelis commented 1 month ago

If you need to use pip, for example in project requirements, you can install via pip+git for now e.g.

pip install git+<repo-url>