我一直无法pip install在tensorflow包上运行。首先它下载 .whl 文件,然后通过一堆已经满足的要求,直到它到达installing collected packages: tensorflow,此时这是我得到的错误:
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\\Users\\Borik\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python38\\site-packages\\tensorflow\\include\\external\\com_github_grpc_grpc\\src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\client_load_reporting_filter.h'
Run Code Online (Sandbox Code Playgroud)
我以前从未见过这样的东西,似乎在网上找不到任何东西。我使用的是 Windows 10 以及最新版本的 Pyhton 和 pip。