I'm trying to install cx_freeze to convert a tkinter to exe , but when I type
pip install cx_Freeze-5.1.1-cp27-cp27m-win_amd64.whl
it shows: cx_Freeze-5.1.1-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.
I'm trying to install cx_freeze to convert a tkinter to exe , but when I type
pip install cx_Freeze-5.1.1-cp27-cp27m-win_amd64.whl
it shows: cx_Freeze-5.1.1-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.
you must have downloaded the wrong version, very simple to check,simply run:
pip -V
or
pip3 -V
it'll print out the path for python site-package, something like this:
python37-32 means that you need to download whl file with ****cp37βwin32 in the filename