I am trying to a FLIR SDK, (Scientifc File).
I am using python3.7 (x86 arch). While running the setup.py file, following is the error
I am trying to a FLIR SDK, (Scientifc File).
I am using python3.7 (x86 arch). While running the setup.py file, following is the error
You have to 1. Installing the SDK, and 2. Building the Python package.
https://stackoverflow.com/a/76902925/13685500
$sudo pip install setuptools cython wheel
$sudo pip install opencv-python ffprobe-python sk-video scikit-image spacy pytesseract
Check fnv by entering the Python: $python Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0] on linux Type "help", "copyright", "credits" or "license" for more information.
>>> import fnv
>>> (OK! if no warning!)