Hello,
I have installed anaconda navigator and we have bought the anaconda license. the procedure for the business version is,
- install anaconda
- install token using anaconda prompt.
- put token for the anaconda business edition in anaconda prompt
the first two steps are successfully completed. but when i try to put the token using “conda token set” command it gives Error, error unable to post
Hello!
Could you post or cut/paste a screenshot of the commnds that you used and the error that you are receiving?
When you installed the token package, did you use the commands listed in this documentation:
https://docs.anaconda.com/anaconda-business/quickstart/#installing-conda-token
After launching anaconda navigator, choose the cmd.exe prompt from within navigator, then,
- From your prompt, run the following to install the conda token package:
conda install conda-token -n base
-
Conda will solve the environment. You must enter “y” for yes to proceed with the installation.
-
You will need to use the terminal to authenticate to Anaconda Business and configure access. In your terminal, run the following command:
conda token set <TOKEN>
Replacing with the token value you received in your email after purchasing a subscription.
- Run
conda info
to see if you are connected to the .cloud repo. It should look like this:
active environment : base
active env location : /Users/<USERNAME>/Applications/miniconda3
shell level : 1
user config file : /Users/<USERNAME>/.condarc
populated config files : /Users/<USERNAME>/.condarc
conda version : 4.9.2
conda-build version : 3.18.11
python version : 3.7.7.final.0
virtual packages : __osx=10.14.6=0
__unix=0=0
__archspec=1=x86_64
base environment : /Users/<USERNAME>/Applications/miniconda3 (writable)
channel URLs : https://repo.anaconda.cloud/repo/main/osx-64
https://repo.anaconda.cloud/repo/main/noarch
https://repo.anaconda.cloud/repo/r/osx-64
https://repo.anaconda.cloud/repo/r/noarch
https://repo.anaconda.cloud/repo/msys2/osx-64
https://repo.anaconda.cloud/repo/msys2/noarch
package cache : /Users/<USERNAME>/Applications/miniconda3/pkgs
/Users/<USERNAME>/.conda/pkgs
envs directories : /Users/<USERNAME>/Applications/miniconda3/envs
/Users/<USERNAME>/.conda/envs
platform : osx-64
user-agent : conda/4.9.2 requests/2.24.0 CPython/3.7.7 Darwin/18.7.0 OSX/10.14.6
UID:GID : 502:20
netrc file : None
offline mode : False