Problem in installing WMI module | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Problem in installing WMI module

when I try to install wmi with pip I'm getting below error...... "Could not find a version that satisfies the requirement wmi(from versions: ) no matching distribution found for wmi" I have python 3.6-64bit....pls help me

11th Jul 2019, 7:43 AM
Uthpala
10 Answers
0
What pip command did you use?
11th Jul 2019, 7:59 AM
Trigger
Trigger - avatar
0
@Thomas py -m pip install wmi --- other path pip install wmi --- in python default path I tried both the commands
11th Jul 2019, 8:04 AM
Uthpala
0
Try this: python.exe -m pip install wmi Or just python -m pip install wmi
11th Jul 2019, 8:06 AM
Trigger
Trigger - avatar
0
@Thomas tried but same error... :(
11th Jul 2019, 9:01 AM
Uthpala
0
Try going on PyPy, then download the file you want. Then type : py -m pip install "Path_of_the_downloaded_file"
11th Jul 2019, 10:26 AM
Théophile
Théophile - avatar
0
@Thomas I don't see any wmi file in pypy...do I need to frst install pypy?
11th Jul 2019, 11:35 AM
Uthpala
0
Sorry, I dont know anymore😅
11th Jul 2019, 11:39 AM
Trigger
Trigger - avatar
0
sorry Thomas..... @Theophile I don't see any wmi file in pypy...do I need to frst install pypy?
11th Jul 2019, 11:40 AM
Uthpala
0
I meant : go to the PyPy website, then look for what you want to install and download the file. Then type : py -m pip install "Path_of_the_downloaded_file"
11th Jul 2019, 3:07 PM
Théophile
Théophile - avatar
0
@Theophile Thanks
17th Jul 2019, 6:55 AM
Uthpala