Não foi possível instalar o pacote pyslalib usando python2.7 / MINGW no Windows 10

Estou tentando instalar opacote pyslalib usando python 2.7 no Windows 10 e continue obtendo o seguinte:

"collect2.exe: erro: ld retornou 1 status de saída"

mensagem quando tento executar "python setup.py install". Acho que isso pode ser um problema com minha configuração mingw, mas não consigo localizar o problema.

Qualquer ajuda com esse problema seria muito apreciada. Eu comi a maior parte do fim de semana lutando com isso.

Obrigado,

Os erros de saída são:

C:\Python27\libs/libpython27.a(dmmes01026.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00281.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00105.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00253.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00227.o):(.idata$7+0x0): undefined reference to `_head_C__build27_cpython_PCBuild_libpython27_a'
C:\Python27\libs/libpython27.a(dmmes00712.o):(.idata$7+0x0): more undefined references to `_head_C__build27_cpython_PCBuild_libpython27_a' follow
collect2.exe: error: ld returned 1 exit status

questionAnswers(1)

yourAnswerToTheQuestion