I deploy my time-series processing project with docker. The database is TDengine. I used its Python connector. I tested it on my Linux server, and everything is OK.
However, when I switch my application to docker, there is something wrong.
It is said:
module `taos` has no attribute `connect`
Did I miss some steps?