Python Pip Install Appkit
I'm using python 3.6 and wanted to install appkit I paste last logs. I tryed everything. I got installed Visual Studio 2015. I'm using Windows 7 creating build\temp.win-amd64-3
Solution 1:
appkit
on Windows uses PyGObject
which requires PyCairo
which requires cairo
which you don't have. You have to install cairo with sources.
Post a Comment for "Python Pip Install Appkit"