解决 'pip' 依赖冲突:featuretools、dask 和 distributed 版本不兼容
您遇到了 'pip' 依赖冲突,提示 featuretools 1.20.0 需要 dask 和 distributed 的特定版本,但您安装的版本不兼容。
建议您升级 dask 和 distributed,使用以下命令:
pip install --upgrade dask distributed
如果升级后仍然存在依赖冲突的问题,可以考虑降低 featuretools 的版本,或者使用 conda 来管理包的依赖关系。
原文地址: https://www.cveoy.top/t/topic/nuWW 著作权归作者所有。请勿转载和采集!