Reputation: 1960
I tried to install pyamf to Python 2.7 x86 on Windows 7 x64.
I used pip install or python setup.py install, but they have the same error.
skipping 'cpyamf\amf0.c' Cython extension (up-to-date)
building 'cpyamf.amf0' extension
gcc -mno-cygwin -mdll -O -Wall -IC:\Python27\include -IC:\Python27\PC -c cpyamf\
amf0.c -o build\temp.win32-2.7\Release\cpyamf\amf0.o
error: command 'gcc' failed: No such file or directory
I also tried various versions. I know there is a compiled binary installer for Windows for pyamf version 6. But I'd like to use later version. How to fix this problem?
Upvotes: 0
Views: 635