You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone else seen the error message below? I'm using the same FLIR camera they used in the tutorial.
pi@raspberrypi:~/project-teachable-sorter/Sorter $ python3 sorter.py --flir
Traceback (most recent call last):
File "sorter.py", line 158, in <module>
import FLIR
File "/home/pi/project-teachable-sorter/Sorter/FLIR/__init__.py", line 18, in <module>
from .flir import FlirBFS
ModuleNotFoundError: No module named 'FLIR.flir'
How can I fix this? Thanks.
The text was updated successfully, but these errors were encountered:
I am working from memory here - an intern of ours had the same issue and the short-cut/workaround was just to move the FLIR script into the same folder as the script - an issue with the referencing it seems.
Let me know if you haven't sorted it and can advise. They also left out a lot of the FLIR camera requirements - shutter speed etc.
Has anyone else seen the error message below? I'm using the same FLIR camera they used in the tutorial.
How can I fix this? Thanks.
The text was updated successfully, but these errors were encountered: