Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'FLIR.flir' Error Message #12

Open
rob26r opened this issue Feb 6, 2020 · 4 comments
Open

No module named 'FLIR.flir' Error Message #12

rob26r opened this issue Feb 6, 2020 · 4 comments
Assignees
Labels
comp:thirdparty Thirdparty related issues type:support Support question or issue

Comments

@rob26r
Copy link

rob26r commented Feb 6, 2020

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.

@matallan
Copy link

matallan commented Mar 29, 2020

@rob26r did you manage to fix this?

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.

@moorka2820
Copy link

moorka2820 commented Jul 16, 2020

What kind of camera you r using?

@manoj7410
Copy link

Does this issue still persist ?

@hjonnala hjonnala added comp:thirdparty Thirdparty related issues type:support Support question or issue labels Aug 10, 2021
@hjonnala hjonnala assigned hjonnala and unassigned manoj7410 May 3, 2022
@slingen
Copy link

slingen commented Apr 17, 2024

In the FLIR folder there is a file named init.py

.flir shoud be .FLIR The folder name is all caps so I assume .FLIR should be all caps

#from .flir import FlirBFS

from .FLIR import FlirBFS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:thirdparty Thirdparty related issues type:support Support question or issue
Projects
None yet
Development

No branches or pull requests

6 participants