解决办法:根据提示信息,利用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
两个错误同时解决~
pip 升级包的时候,出现Cannot uninstall xxx . It is a distutils installed project 的解决方法_努力中的老周的专栏-优快云博客