ModuleNotFoundError: No module named 'tdb'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'tdb'

How to remove the ModuleNotFoundError: No module named 'tdb' error?

Thanks

View Answers

July 15, 2019 at 10:06 PM

Hi,

In your python environment you have to install padas library.

You can install tdb python with following command:


pip install tdb

After the installation of tdb python library, ModuleNotFoundError: No module named 'tdb' error will be solved.

Thanks









Related Tutorials/Questions & Answers: