Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 856
Trajan Avatar asked Dec 10 '16 22:12

Trajan


People also ask

Do I need admin rights to install Anaconda?

On Windows, macOS, and Linux, it is best to install Anaconda for the local user, which does not require administrator permissions and is the most robust type of installation. However, with administrator permissions, you can install Anaconda system wide.

How do I install packages in Anaconda environment?

Go to Environments tab just below the Home tab and from there we can check what all packages are installed and what is not. It is very easy to install any package through anaconda navigator, simply search the required package, select package and click on apply to install it.


1 Answers

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

like image 184
user7399240 Avatar answered Sep 19 '22 17:09

user7399240