We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment: win10 + python3.9 Visual studio build tools: (1) MSVC v143 - VS 2002 C++ x64/x86 build tools(lastest) (2) Windows 10 SDK (10.0.20348.0)
I put py2sec.py in f:\py and all py files in f:\py\main, then run command
f:\py > python py2sec.py -d main -r
and Error reports
(spd39) F:\py>python py2sec.py -d main\ -r Active code page: 65001 Compiling main\sa\init.py because it changed. [1/1] Cythonizing main\sa\init.py running build_ext building 'main.sa.init' extension creating build\temp.win-amd64-cpython-39 creating build\temp.win-amd64-cpython-39\Release creating build\temp.win-amd64-cpython-39\Release\tmp_build creating build\temp.win-amd64-cpython-39\Release\tmp_build\main creating build\temp.win-amd64-cpython-39\Release\tmp_build\main\sa cl.exe /c /nologo /O2 /W3 /GL /DNDEBUG /MD -Id:\miniconda3\envs\spd39\include -Id:\miniconda3\envs\spd39\Include /Tctmp_build\main\sa\init.c /Fobuild\temp.win-amd64-cpython-39\Release\tmp_build\main\sa\init.obj error: command 'cl.exe' failed: None Py2Sec Encrypt Encounter Error
I don't know what's wrong , please give some suggestions.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment: win10 + python3.9
Visual studio build tools:
(1) MSVC v143 - VS 2002 C++ x64/x86 build tools(lastest)
(2) Windows 10 SDK (10.0.20348.0)
I put py2sec.py in f:\py and all py files in f:\py\main, then run command
and Error reports
I don't know what's wrong , please give some suggestions.
The text was updated successfully, but these errors were encountered: