当我安装Hexchat并说我想要python插件时,它坚持要求我使用python 3.6,而我已经有了python 3.7。有没有办法让hexchat接受此更高版本?
答案 0 :(得分:0)
Python版本在Windows上不兼容,因此您必须针对不同版本从源代码构建HexChat:
制作说明:https://hexchat.readthedocs.io/en/latest/building.html
更新Python的示例:https://github.com/hexchat/hexchat/commit/63e9c721148f8a91bc68484c3f9ee42cfbc4316f
(如果您对此进行了测试并将其提交给上游,那么我会接受的,只是还没有解决)