Jump to content

CYTHON BUILD


Recommended Posts

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

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...