Answer the question
In order to leave comments, you need to log in
Cython how to compile and use?
I can't compile cython programs (according to the documentation):
only .c code comes out, what should I do with it? compile in VS 2019 fails - requires python.h and so on
trying to find in VS 2019 cl.exe for PATH resulted in: Hostx64 and...
Answer the question
In order to leave comments, you need to log in
Cython is a translator, it only translates python code into sish code. Next, you must use a C compiler to compile to a binary. This requires at least basic knowledge of C and the ability to use its tools. Ideally, you should know well both the language and the principles of the Python virtual machine. Simply put, don't expect Cython to simply compile Python code into binaries.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question