Thank you so much. I installed all the libraries.
I noticed that SHT3X.H file was not part of the "libraries" directories under main "Arduino" folder.
I created a SHT3X directory under "libraries" and copied SHT3X.H into it. Not sure if it was correct or not. Without doing this, I was receiving SHT3X.H not found.
When compiling, I am receiving the following errors:
WARNINGL library timezone claims to run on air architecture(s) and may be incompatible with your current board which runs on esp32 architecthure(s).
sketch\Crypto_Coin_Ticker.ino.cpp.o:(.literal.startup._GLOBAL__sub_I_ssid+0xe0): undefined reference to 'SHT3X::SHT3X(unsigned char)'
sketch\Crypto_Coin_Ticker.ino.cpp.o:(.literal.Z16drawSensorValuesv+0x20): undefined reference to 'SHT3X::get()'
......
Can you please point me in the right direction on what I am doing wrong?