0

I am having trouble installing tensorflow gpu in my computer that runs on windows 11 and has python 3.9. The problem is that the error code indicates not having permissions to install [WinError 5]. When pasting this code into jupyter:

!pip install tensorflow-gpu==2.6.1

The looks as follows:

ERROR: Could not install packages due to an OSError: [WinError 5] Acceso denegado: 'c:\users\medai\desktop\coding\tensorflow course\tfodcourse\tfod\Lib\site-packages\tensorflow\lite\experimental\microfrontend\python\ops\_audio_microfrontend_op.so' Check the permissions.

(Acceso denegado is Spanish for Denied Access)

Can someone help me with this issue please? Have a nice day.

  • Found similar issue resolved [here](https://stackoverflow.com/questions/68133846/error-could-not-install-packages-due-to-an-oserror-winerror-5), which might help you to solve this issue. – TFer2 Nov 22 '21 at 15:05

0 Answers0