已解决!pip安装daal库时报错:ERROR: Cannot uninstall ‘TBB‘. It is a distutils installed project and......其它库类推

1.发现问题

pip安装daal库时报错:ERROR: Cannot uninstall 'TBB'. It is a distutils installed project and...... 安装其它库报错的情况也可根据本文类推过去。

我安装tensorflow-gpu 2.6.0的时候提示我依赖出错,于是我也看了一下,发现确实出错。然后我为了conda环境不崩,所以用pipdeptree检查了一下几个关键的包,发现这个问题:
已解决!pip安装daal库时报错:ERROR: Cannot uninstall ‘TBB‘. It is a distutils installed project and......其它库类推_第1张图片
于是我便去尝试安装 daal这个模块:

于是得到报错:

Looking in indexes: https://pypi.doubanio.com/simple
Collecting daal==2021.4.0
  Downloading https://pypi.doubanio.com/packages/d2/80/b64b23e8af354faba1514c1ed747412ba1f46bbb9556c90fa9ab7b1dc735/daal-2021.4.0-py2.py3-none-win_amd64.whl (69.0 MB

你可能感兴趣的:(安装教程,bug解决和配置建议,pip,tensorflow,python,daal,TBB,0.2)