python - Pygame + Python3 + cs_Freeze Download Failed -
because want convert pygame .exe
the following errors.
so use pip install install cx_freeze
c:\users\user\anaconda3\include\pyconfig.h(243): fatal error c1083: cannot open include file: 'basetsd.h': no such file or directory
error: command 'c:\program files (x86)\microsoft visual studio 14.0\vc\bin\x86_amd64\cl.exe' failed exit status 2
command "c:\users\user\anaconda3\python.exe -u -c "import setuptools, tokenize;
file='c:\users\user\appdata\local\temp\pip-build-cpn07dey\cx-freeze\setup.py';
exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))"
install --record c:\users\user\appdata\local\temp\pip-ce2dlr46-record\install-record.txt --single-version-externally-managed --compile"
failed error code 1 in c:\users\user\appdata\local\temp\pip-build-cpn07dey\cx-freeze\
my understading because of error of cl.exe.
and didn't has mspdb140.dll
after downloading, put in c:\\program files (x86)\\microsoft visual studio 14.0\\vc\\bin\\x86_amd64
but wrong still exist.
Comments
Post a Comment