Python library installation in windows 10 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Python library installation in windows 10

I have installed pygame library using pip in windows 10 powershell and it is installed successfully and i can use that library in powershell but I want to import that library in python interpreter which I downloaded from python.org. But I am unable to import it there. Interpreter displaying: No module named 'pygame'. How can I use it in interpreter?

2nd Oct 2020, 7:48 AM
Gajendra Sonare
Gajendra Sonare - avatar
1 Answer
+ 2
Try installing it with command prompt
2nd Oct 2020, 8:38 AM
AKSHAY🇮🇳
AKSHAY🇮🇳 - avatar