Your problem (I just found out the same thing) is that the installer is written for Python 2 - so you did not install it, it was not fully installed. So the api will not work !!!
File "C:\Users\PETER_~1\AppData\Local\Temp\pip_buil print 'zipping the documentation' ^ SyntaxError: Missing parentheses in call to 'print' print 'zipping the documentation'
No () around print is a Python 2 issue. You can rewrite the installer, I think, but the main problem is that the Skype API is built on PYTHON 2 - if you need Python 3 like me, no luck !!
source share