Ошибка при установке Yowsup
Сделал все по инструкции https://github.com/tgalal/yowsup#installation.
Скачал , установил , добавил в PATH - mingw.
Добавил в папку distutils .cfg файл.
Установил gcc и zlib
При установке python setup.py install получаю ошибку
collect2.exe: error: ld returned 1 exit status
error: Setup script exited with error: command 'C:\\mingw\\bin\\gcc.exe' failed with exit status 1
лог тут https://codeshare.io/wnyM8K
если использовать pip install yowsup или просто pip install python-axolotl-curve25519, тогда ошибка
collect2.exe: error: ld returned 1 exit status
error: command 'C:\\mingw\\bin\\gcc.exe' failed with exit status 1
----------------------------------------
ERROR: Failed building wheel for python-axolotl-curve25519
Может кто сталкивался с подобным?