ModuleNotFoundError: No module named 'thumoon'

ModuleNotFoundError: No module named 'thumoon'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'thumoon'

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

Thanks

View Answers

January 24, 2016 at 1:02 AM

Hi,

In your python environment you have to install padas library.

You can install thumoon python with following command:


pip install thumoon

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

Thanks









Related Tutorials/Questions & Answers:

Ads