ModuleNotFoundError: No module named 'user_profile'

ModuleNotFoundError: No module named 'user_profile'

Hi,

My Python program is throwing following error:


ModuleNotFoundError: No module named 'user_profile'

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

Thanks

View Answers

July 29, 2019 at 4:01 PM

Hi,

In your python environment you have to install padas library.

You can install user_profile python with following command:


pip install user_profile

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

Thanks









Related Tutorials/Questions & Answers:

Ads