How do obtain permissions to install packages for Anaconda3 on Windows 10?
Asked Answered
P

2

9

I am trying to install cherrypy for anaconda3, using the following page's commands https://anaconda.org/anaconda/cherrypy, but am getting the following error message,

enter image description here

The operating system I am using is Windows 10 and I have checked that I have administrator privileges with my login. Moreover I installed anaconda for all users and have checked that all mmy logins can modify the C:\Program Files\Anaconda3 folder.

What should I do?

Pearcy answered 10/12, 2016 at 22:17 Comment(4)
Also all sudo ... commands wont work eitherPearcy
umask/sudo are POSIX commands, they are meant to be run under UNIX-like OSesMaliamalice
@webKnjaZ thanks but are you aware how my original problem can be solved?Pearcy
(I dont want to do the clone by the way)Pearcy
U
8

Right-click on "Start" button and choose "Command Prompt (Admin)" instead of "Command Prompt". Then run your install command.

Unexpressive answered 10/1, 2017 at 12:1 Comment(3)
Maybe add a link to the documentationWedged
Another option would be to right click "Anaconda Prompt" and run as administrator from the Start menu.Rickie
the path shows system32. Is that ok? I dont want to install packages on some other pathEquilateral
O
-2

right click on anaconda3 folder in windows file explorer and give yourself full control permission. This solved it for me, hope it helps

Occidental answered 28/3, 2022 at 17:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.