Esp8266 through DHT


error is

Arduino: 1.8.10 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), 4M (no SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

Multiple libraries were found for "SPI.h"
In file included from C:\Program Files (x86)\Arduino\libraries\DHT_sensor_library-1.3.7\DHT_U.cpp:15:0:

 Used: C:\Users\HP-DeViL\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries\SPI
C:\Program Files (x86)\Arduino\libraries\DHT_sensor_library-1.3.7\DHT_U.h:36:29: fatal error: Adafruit_Sensor.h: No such file or directory

Multiple libraries were found for "ESP8266WiFi.h"
 #include <Adafruit_Sensor.h>

 Used: C:\Users\HP-DeViL\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries\ESP8266WiFi
                             ^

Multiple libraries were found for "BlynkSimpleEsp8266.h"
compilation terminated.

 Used: C:\Program
Multiple libraries were found for "SimpleTimer.h"
 Used: C:\Program
Multiple libraries were found for "DHT.h"
 Used: C:\Program
exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

please help me

Pete.

i was mostly getting error like

Multiple libraries were found for “SPI.h”
In file included from C:\Program Files (x86)\Arduino\libraries\DHT_sensor_library-1.3.7\DHT_U.cpp:15:0:

please help me in this problem

Multiple file warnings aren’t errors, they are simply informing you that you have multiple libraries that could be used as a source of the required library code, and it tells you which one was used.

The compiler output you posted did have one error in it, which is what I quoted above.

Pete.

Thanks for your time and help it worked