ModuleNotFoundError: No module named 'prutils'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'prutils'

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

Thanks

View Answers

December 2, 2013 at 3:43 PM

Hi,

In your python environment you have to install padas library.

You can install prutils python with following command:


pip install prutils

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

Thanks









Related Tutorials/Questions & Answers: