Home > database >  Trying to download tensorflow and get a google-oathlib-tool error
Trying to download tensorflow and get a google-oathlib-tool error

Time:06-27

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:

  • Related