No Module Error in Python

Опубликовано: 23 Июнь 2020
на канале: Rozeena Amolik
216
10

Installing Modules on Python

In the Python folder, in scripts, there is a pip application. The pip tool is meant to be run from the command line. Through this tool on Windows, you can install modules for Python.

Guide:

Type %localAppdata% on start or Run, go to Programs, Python, Scripts and add pip to this path or use this path:

"C:\Users\youruser\AppData\Local\Programs\Python\Python36-32\Scripts\pip "


The path depends on the Windows username and Python version.

Step - 1. Open CMD or Command Prompt.

Step - 2. Paste the path C:\Users\youruser\AppData\Local\Programs\Python\Python36-32\Scripts\pip

Step - 3. Add install name of the module example C:\Users\youruser\AppData\Local\Programs\Python\Python36-32\Scripts\pip install pandas

So which ever module you need you can write it after install
Same way you can write
pip install pandas
OR
pip install numpy
OR
pip install matplotlib

4. Press Enter To uninstall it just change install to uninstall and confirm.

Thank you!


На этой странице сайта вы можете посмотреть видео онлайн No Module Error in Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Rozeena Amolik 23 Июнь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 216 раз и оно понравилось 10 зрителям. Приятного просмотра!