I'm trying to connect TDengine through its python connector.
pip3 install taospy -U
It seems OK.
But when I execute the script, I encountered an error:
ModuleNotFoundError: No module named 'taos'
I don't know how to fix it.
I googled "No module named 'taos' ", and get nothing that can help.