Jump to content

CYTHON BUILD


SangreCoagulada

Mensajes recomendados

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 🙂

Enlace para comentar
Compartir en otros sitios

  • Dilong locked this tema
Guest
Este tema está cerrado a otras respuestas.
  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...