I want to compile my python code with cython. Compilation of my code in cython is without problems, but I can't compile it to executable.
cl .\setup.c /I C:\Users\Host\AppData\Local\Programs\Python\Python37\include
And error I am getting is
/out:setup.exe
setup.obj
LINK : fatal error LNK1104: cannot open file 'python37.lib'
I am using 64 bit version of Windows 10 and python 3.7
Thanks a lot.