ERROR: pip‘s dependency resolver does not currently take into account all the packages that are ....

解决办法:根据提示信息,利用pip安装缺失的daal

但是报错如下:

ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解决办法:

pip install daal --upgrade --ignore-installed daal

两个错误同时解决~

ERROR: pip‘s dependency resolver does not currently take into account all the packages that are inst_Mosquito...的博客-CSDN博客

pip 升级包的时候,出现Cannot uninstall xxx . It is a distutils installed project 的解决方法_努力中的老周的专栏-CSDN博客

你可能感兴趣的:(python,python,Anaconda)