+ 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
10 odpowiedzi
0
What pip command did you use?
0
@Thomas
py -m pip install wmi --- other path
pip install wmi --- in python default path
I tried both the commands
0
Try this:
python.exe -m pip install wmi
Or just
python -m pip install wmi
0
@Thomas
tried but same error... :(
0
Try going on PyPy, then download the file you want.
Then type :
py -m pip install "Path_of_the_downloaded_file"
0
@Thomas
I don't see any wmi file in pypy...do I need to frst install pypy?
0
Sorry, I dont know anymore😅
0
sorry Thomas.....
@Theophile
I don't see any wmi file in pypy...do I need to frst install pypy?
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"
0
@Theophile
Thanks