Python cannot install PyGObject

前端 未结 4 1139
误落风尘
误落风尘 2020-12-18 00:38

I try install pygobject by pip

pip install --user PyGObject

but I doesn\'t work:

Collecting PyGObject
  Using cached pygob         


        
4条回答
  •  轮回少年
    2020-12-18 00:49

    Upstream PyGObject just does not support this. See the PyGObject win32 project or the MSYS2 project to get it easily.

提交回复
热议问题