python-librtmp icon indicating copy to clipboard operation
python-librtmp copied to clipboard

Can't install on windows, errors on librtmp_ffi\__pycache__\_binding.c

Open Falydoor opened this issue 11 years ago • 1 comments
trafficstars

Hello,

I'm trying to install on my windows 8.1 but I have an error when I'm running pip install --use-wheel python-librtmp

Here's my pip.log : https://gist.github.com/Falydoor/1d42ed59453d6c80a690.

There is some errors with this file librtmp_ffi\__pycache__\_binding.c

I'm running gcc 4.8.1.

Thank you !

Falydoor avatar May 01 '14 17:05 Falydoor

It looks like you're using 64-bit Python, the wheel packages are currently only 32-bit and thus it will attempt to compile it instead of using the prebuilt binaries. I will look into adding some 64-bit binaries aswell.

I'm not sure why the build fails though, but Python extensions are supposed to be built with the MS Visual Studio 2008 compiler and may have problems with mingw so that could be why.

chrippa avatar May 04 '14 19:05 chrippa