我以管理员的身份在命令提示符中键入以下内容:
pip install PyGTK并得到以下错误:
Could not find a version that satisfies the requirement PyGTK <from versions:>
No matching distribution found for PyGTK任何关于为什么会发生这种事的想法,事先谢谢你。
发布于 2018-07-23 23:22:13
PyGTK仅适用于WindowsPython2.6。
有关更多新安装说明,请参见started.html
发布于 2019-03-12 07:40:59
我是pygtk。大小写敏感性可能导致了错误。不过,对于python3来说,这已经被废弃了,取而代之的是pygi。
https://stackoverflow.com/questions/51485536
复制相似问题