Questions:
1. When I try to install cx_Freeze 5.1.1
in python or via cmd it says:
error: [WinError 3] System can't find path: 'C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1\lib'
As you see it says \\Windows\\v8.1
but I have windows 10
. It seems to me that that's the problem, but how do i fix it?
2. I also downloaded cx_Freeze.whl
and tried this in cmd:
python -m pip install C:\Users\Super\Downloads\cx_Freeze-5.1.1-cp37-cp37m-win32.whl
And it says:
succesfully installed
I installed it but what would be the next step because it still doesn't work?
Note, I have:
Python 3.7 32bit
Windows 10