Python有两个包来读取arff文件。一个是liac-arff,而另一个是arff。要在代码中使用,import语句为:
pip2 uninstall arff
apt-get uninstall python-arff
我意外地安装了这两个包。它们的功能方式不同,我需要使用liac-arff包,但python每次尝试导入arff。我试着卸载arff包,但是我被卡住了。我尝试了以下但没有成功:
android:layout_alignParentBottom="true"
如果import语句相同,请建议如何卸载arff包,或者如何使python import liac-arff?