-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I am trying to install it on Windows10 for Python 2.7.12
I tried installing using python setup.py install, but it failed.
Last few lines of the errors are:
amfast\ext_src\encoder.c(430) : error C2065: 'source' : undeclared identifier
amfast\ext_src\encoder.c(430) : warning C4047: 'function' : 'PyObject *' differs in levels of indirection from 'int'
amfast\ext_src\encoder.c(430) : warning C4024: 'encode_dict_AMF3' : different types for formal and actual parameter 2
amfast\ext_src\encoder.c(432) : error C2065: 'result' : undeclared identifier
amfast\ext_src\encoder.c(432) : error C2065: 'source' : undeclared identifier
amfast\ext_src\encoder.c(432) : warning C4047: 'function' : 'PyObject *' differs in levels of indirection from 'int'
amfast\ext_src\encoder.c(432) : warning C4024: 'encode_object_AMF3' : different types for formal and actual parameter 2
amfast\ext_src\encoder.c(434) : error C2065: 'source' : undeclared identifier
amfast\ext_src\encoder.c(434) : error C2065: 'source' : undeclared identifier
amfast\ext_src\encoder.c(434) : fatal error C1003: error count exceeds 100; stopping compilation
error: command 'C:\Users\sonumish\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status 2