Conda 卸载包报错:PackagesNotFoundError: The following packages are missing from the target environment:

1,171 阅读1分钟

一、完整报错

二、解决方法

使用pip 卸载

pip uninstall tensorflow

注意,pip 要使用该虚拟环境下的pip

以上,问题解决~