SangreCoagulada Posted May 15, 2018 Report Share Posted May 15, 2018 Buenas , estoy intentando poner los py por cython y tengo un error que es de los mas populares en esto de cython , el problema es que lo llevo a cabo y nada... alguien me podría explicar que se hace exactamente porfavor? 'cl' is not recognized as an internal or external command, operable program or batch file. 'lib' is not recognized as an internal or external command, operable program or batch file. A3 It's simple: it happens when the visual studio path is not specified in the %PATH% environment variable. You have few solutions: Add the visual studio path in the %PATH% environment variable. (I won't suggest it) Add something like this at the beginning of the MakeFile_VC_Release.bat file and run it as administrator: (easy way) call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" You should run as admininistrator the "Visual Studio Command Prompt (2010)" and then recall the .bat from there. (highly preferable) ALGUIEN ME PUEDE EXPLICAR LA SOLUCIÓN PORFA? DESDE YA MUCHAS GRACIAS Link to comment Share on other sites More sharing options...
PACI Posted May 15, 2018 Report Share Posted May 15, 2018 Pero si tú mismo has puesto ahí la solución. A saber que te has fumao. Link to comment Share on other sites More sharing options...
SangreCoagulada Posted May 15, 2018 Author Report Share Posted May 15, 2018 si el problema es que no me aparece en windows el prompt.. tengo la v2013 y nada.. Link to comment Share on other sites More sharing options...
SangreCoagulada Posted May 15, 2018 Author Report Share Posted May 15, 2018 hace 31 minutos, Ryen dijo: xD pero si esta ahi xD hace 1 hora, PACI dijo: Pero si tú mismo has puesto ahí la solución. A saber que te has fumao. lo que e dicho arriba jeje Link to comment Share on other sites More sharing options...
Recommended Posts