I'm maintaining a python file, which contains the following code. It worked fine before, but when I modify the code and debug, it occurs an error, which says "Exception has occurred: ModuleNotFoundError No module named 'influxdb'".
from influxdb import InfluxDBClient
I've already checked whether I installed the package or not, but still not worked.
Any help would be appreciated, thanks!