Skip to content
New issue

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

Installation error #88

Open
mishrasonu03 opened this issue Aug 17, 2016 · 0 comments
Open

Installation error #88

mishrasonu03 opened this issue Aug 17, 2016 · 0 comments

Comments

@mishrasonu03
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant