detecttechnologies / thermal_base

Decoding and common processing for thermographs / thermograms. Currently supports FLIR's TIFF and PNG encoded metadata, and DJI-encoded metadata
MIT License
54 stars 9 forks source link

ModuleNotFoundError: No module named 'requests' #13

Closed MTavana closed 2 years ago

MTavana commented 2 years ago

When I type " from thermal_base import ThermalImage" I see this Error:

from thermal_base import ThermalImage Traceback (most recent call last): File "", line 1, in File "C:\Users\TAVANA\AppData\Local\Programs\Python\Python310\lib\site-packages\thermal_base__init__.py", line 3, in from .thermal_base import (ThermalImage, ThermalImageAnnotation, File "C:\Users\TAVANA\AppData\Local\Programs\Python\Python310\lib\site-packages\thermal_base\thermal_base.py", line 6, in import requests, zipfile ModuleNotFoundError: No module named 'requests'

How should I solve it?