ModuleNotFoundError: No module named 'piriti'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'piriti'

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

Thanks

View Answers

June 23, 2014 at 9:48 AM

Hi,

In your python environment you have to install padas library.

You can install piriti python with following command:


pip install piriti

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

Thanks









Related Tutorials/Questions & Answers: