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.