升级dask和distributed时报错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 conflictsray 201 r
e.
这是因为您已经安装了不兼容的软件包版本,导致依赖冲突。解决此问题的最佳方法是升级依赖软件包,以使其与已安装的软件包版本兼容。
尝试使用以下命令升级click、dask和distributed:
pip install --upgrade click dask distributed
如果您使用conda,则可以使用以下命令:
conda update click dask distributed
然后尝试再次安装或升级dask和distributed,应该不会再出现依赖冲突的错误。
原文地址: https://www.cveoy.top/t/topic/coWb 著作权归作者所有。请勿转载和采集!