ModuleNotFoundError: No module named 'ti'

ModuleNotFoundError: No module named 'ti'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'ti'

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

Thanks

View Answers

April 24, 2009 at 2:10 AM

Hi,

In your python environment you have to install padas library.

You can install ti python with following command:


pip install ti

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

Thanks









Related Tutorials/Questions & Answers:

Ads