【发布时间】:2021-03-17 11:50:31
【问题描述】:
当我尝试安装 Tensorflow 时,会出现此消息。我用的是最新版的python和pip。
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory: 'C:\\Users\\julia\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python39\\site-packages\\tensorflow\\include\\external\\com_github_grpc_grpc\\src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\client_load_reporting_filter.h'
它出现在所有旧版本的 Tensorflow 上。在最新版本中显示如下:
ERROR: Could not find a version that satisfies the requirement tensorflow==1.2.0
ERROR: No matching distribution found for tensorflow==1.2.0
【问题讨论】:
标签: python-3.x tensorflow installation