Skip to content

Installation error #88

Description

@mishrasonu03

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions