作为练习,可能还作为contribution,我正在尝试为Ulauncher创建Flatpak程序包。构建Ulauncher要求使用版本> 30.0的setuptools。我在清单文件中添加了setuptools-40.0.0(将pip与buildsystem:simple一起使用)作为模块。但是,当我尝试构建Flatpak应用程序时,会收到以下消息:
Installing collected packages: setuptools
Found existing installation: setuptools 22.0.5
Cannot remove entries from nonexistent file /usr/lib/python2.7/site-packages/easy-install.pth
所以我的问题是我如何使用Flatpak-builder来使用更新版本的python setuptools。
我距离熟练的程序员还很远,所以我希望可以清楚地说明一个可能的答案...