当我尝试用conda安装dask-ml时,我得到了以下错误。有什么办法解决这个问题吗?
(env3) C:\>conda install -c conda-forge dask-ml
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: -
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
(env3) C:\>发布于 2020-12-22 22:28:52
问题是,无意中安装pip将python从3.8.5升级到3.9.1版本,这解决了问题。
https://stackoverflow.com/questions/65394970
复制相似问题