Anaconda Platform
7.0.0 is available through a limited early access program. Contact your Anaconda Technical Account Manager (TAM) if you’re interested in adopting the latest version.403 error
Cause
403 errors are generic web server errors that occur when you do not have permissions for the channel you’re attempting to access. There are several reasons a 403 error could be received:
- The user has misconfigured their channels in their configuration (for example, the secure location where the token is stored was accidentally deleted (most common))
- A firewall or other security device or system is preventing user access (second most common)
- We are blocking their access because of a potential terms of service violation (third most common)
Solution
-
First, run the following to undo your current configurations:
-
Next, install or upgrade the
conda-tokentool: -
Lastly, re-apply the token and configuration settings:
Replace <TOKEN> with your token.
Conda: Channel is unavailable/missing or package itself is missing
Cause
Configuring your
.condarc might cause you to be unable to install . You might receive an error message that the channel or package is unavailable or missing.Solution
-
First, run the following to undo your current configurations:
-
Next, install or upgrade the
conda-tokentool: -
Lastly, re-apply the token and configuration settings:
If the above method does not work, try clearing your index cache:This forces conda to sync metadata from the repo server.
SSL issues
Cause
You may receive an SSL verification error if you have SSL enabled with a self-signed certificate.
Solution
Run the following command to disable SSL certificate check:Verify the above command worked: