在安装了 python 3.9 的 Windows 上安装 TensorFlow 时,使用以下命令:
pip install tensorflow
出现以下错误并发出警告:
WARNING: Failed to write executable - trying to use .deleteme logic
ERROR: Could not install packages due to an OSError: [WinError 2]
The system cannot find the file specified: 'c:\\python39\\Scripts\\pyrsa-decrypt.exe'
-> 'c:\\python39\\Scripts\\pyrsa-decrypt.exe.deleteme'
如何解决?