pip - Error while installing python-snappy -
this question has answer here:
- c99 stdint.h header , ms visual studio 7 answers
i'm trying install package requires snappy compiled in c speed. have downloaded , installed required compiler here https://www.microsoft.com/en-au/download/details.aspx?id=44266.
this http://imgur.com/dv8j897 error i'm getting.
i can't figure out why it's not able stdint.h. should come compiler right?
any tips appreciated.
similar error seen in: https://github.com/fsx/misaka/issues/49
user solved problem doing:
- download visual c++ python https://www.microsoft.com/download/details.aspx?id=44266
- copy stdint.h installation path\vc\include
Comments
Post a Comment