m1pro安装 tensorflow 依赖时 CondaError

出现Error

Retrieving notices: …working… failed
CondaError: … caches (无法从缓存中读取和写入)
File: … notices/…/…json

但是 tensorflow-deps (依赖)安装成功

// 接下来的安装一切正常
python -m pip install tensorflow-macos

python -m pip install tensorflow-metal
// tensorflow 安装成功
python -m pip install tensorflow-macos

python -m pip install tensorflow-metal

可参考: 安装tensorflow

你可能感兴趣的:(python学习笔记,tensorflow,人工智能,python)