I want to use the library win32com on Python version 3.7.4 but I don't have administrator rights (only user admin rights I believe).
I also have the version 2.7.15 installed (which I can't uninstall) from when I did had admin rights and tried Python for my first time. That is the version that shows when I run the command python --version
on the cmd console, so if I try to run the command python -m pip install pywin32
it does install but on that version and throws a warning that it will be deprecated January 1st, 2020.
So I'm trying to do it manually by following these instructions. I downloaded pywin32-225-cp37-cp37m-win32.whl (8.4 MB), unzipped to a folder and now I'm not sure what to do.
The Python folder is at:
%UserProfile%\AppData\Local\Programs\Python\Python37-32