ModuleNotFoundError on Python | Fixed by EasyComputerUse HD

04.03.2017
Installing Third-Party 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:UsersyouruserAppDataLocalProgramsPythonPython36-32Scriptspip " The path depends on the Windows username and Python version. 1. Open CMD or Command Prompt. 2. Paste the path C:UsersyouruserAppDataLocalProgramsPythonPython36-32Scriptspip 3. Add install nameofthe module example C:UsersyouruserAppDataLocalProgramsPythonPython36-32Scriptspip install pyperclip 4. Press Enter To uninstall it just change install to uninstall and confirm. Thank you for watching! by EasyComputerUse

Похожие видео

Показать еще