Jul-31-2018, 12:24 AM
Hey I need help making a python file into a exe file. I used things like py2exe or cx freeze or pyinstaller but each time this error message came up on the command prompt.
Command ""c:\program files (x86)\python37-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\-----\\AppData\\Local\\Temp\\pip-install-me90u3ij\\future\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\-----\AppData\Local\Temp\pip-record-4s2pzv5p\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\------\AppData\Local\Temp\pip-install-me90u3ij\future\
I really need someones help.
Command ""c:\program files (x86)\python37-32\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\-----\\AppData\\Local\\Temp\\pip-install-me90u3ij\\future\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\-----\AppData\Local\Temp\pip-record-4s2pzv5p\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\------\AppData\Local\Temp\pip-install-me90u3ij\future\
I really need someones help.