I'm on python 3.9. I try to install tensorflow (on Windows 11) and it tells me this: ERROR: Could not install packages due to an OSError: [WinError 2] The system cannot find the file specified: 'c:\python39\Scripts\google-oauthlib-tool.exe' -> 'c:\python39\Scripts\google-oauthlib-tool.exe.deleteme'
CodePudding user response:
run your install command as administrator.
CodePudding user response:
This is horrible but I fixed it by just reinstalling on pip for about 3 minutes. It cycled thru about ten different errors and then began to work.
CodePudding user response: