autogluon下载时报错ERROR pips dependency resolver does not currently take into account all the packages that are installed This behaviour is the source of the following dependency conflictsfeaturetools 120
这是由于当前安装的dask和distributed版本不符合featuretools 1.20.0的要求所导致的冲突。解决方法是升级dask和distributed版本到符合要求的版本,可以使用以下命令:
pip install --upgrade dask distributed
然后再重新安装autogluon即可。
原文地址: https://www.cveoy.top/t/topic/coUH 著作权归作者所有。请勿转载和采集!