We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to install it on Windows10 for Python 2.7.12 I tried installing using python setup.py install, but it failed.
setup.py install
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: