This might have been discussed before. I am trying to use Cython from Anaconda. I know that a C-compiler is needed and that the compiler from Visual Studio should be preferred. But for different reasons, I wish to not use the Visual Studio compiler.
Has anyone tried and succeeded with GCC compiler? I am aware there is a warning in the documentation against that particular compiler but is it justified?
Thank you in advance.
Regards,
I tried to run cython in anaconda but realized that no C - compiler was installed on my machine.