How to remove Pip install module error in Python

When you are trying to import third party module in your python program , you normally face a challenge like :

For this , no need to worry .
Just go to the your Python IDLE, Right click on the icon . Check the file location.

Go to the file location : Search for script folder

After that copy the location and paste in cmd

Change directory of cmd and install the package

Now you can easily install any package which you want .
0 comments:
Post a Comment