Custom Navigator app isn’t appearing on the Home page
Cause
Apps may not appear on the Home page if the conda package hasn’t been uploaded to your Anaconda.org channel, your channel isn’t in the Channels list, or Navigator’s configuration information is corrupted.
Solution
- Check that the conda package has been uploaded to your Anaconda.org channel.
- Check that your channel has been added to the Channels list.
- Remove the
.anaconda/navigatorfolder from your home directory to reset Navigator’s configuration information, then restart Navigator.
Custom Navigator app won’t launch
Cause
The app can fail to launch due to Navigator configuration issues, even if the application itself is functioning correctly.
Solution
-
If the application does not launch after installation, confirm that it works via the command line by running the following command:
If you are not using the example feedstock, the command after
runwill be theentry:command you have designated. -
If JupyterLab starts correctly with conda, remove the
.anaconda/navigatorfolder from your home directory to reset the Navigator configuration information and enable the app to launch correctly from the Navigator application. Then, restart Navigator.
Navigator fails to update to version 2.6.4
Cause
If you are using Navigator version 2.6.3 and are unable to update to version 2.6.4, it might be because of a dependency conflict between the
anaconda-navigator package and the anaconda-toolbox package. (Each package lists incompatible versions of anaconda-cloud-auth as a dependency.)Solution
To check if you have the To solve the dependency conflict between
anaconda-toolbox package, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:anaconda-navigator and anaconda-toolbox:- Close Navigator, if open.
- Open Anaconda Prompt (Terminal on macOS/Linux).
-
Run the following command:
-
Enter
yto approve the package changes. - Reopen Navigator.
Navigator error on start up
Cause
This is often the result of a corrupted
.condarc file.Solution
To resolve, delete the
.condarc file and restart Navigator.-
Find the
.condarcfile. Open Anaconda Prompt (Terminal on macOS/Linux) and enter the commandconda info. The output will tell you the location of your.condarcfile(s). You can also search for “.condarc” on your computer.
The.condarcfile is frequently found in: -
Optional: Save custom configurations.
If you had custom configuration in your.condarcfile before it was corrupted, save the information to add that configuration back to the new file.
-
Delete the
.condarcfile.
- Restart Navigator.
Issues launching or initializing
Cause
Issues launching or initializing Anaconda Navigator may be caused by permission or licensing problems.
Solution
-
If you cannot launch the Anaconda Navigator desktop app via its desktop or application shortcut, you might still be able to launch it via Anaconda Prompt (Terminal on macOS/Linux). Enter the following command:
-
If you have permissions issues, there may be a problem with the hidden licenses directory,
.continuum. To delete the.continuumdirectory, open Anaconda Prompt (Terminal on macOS/Linux) and run the following command, depending on your operating system:Then, relaunch Navigator from the desktop app or Anaconda Prompt (Terminal on macOS/Linux). -
If removing the licenses directory does not resolve the issue, manually update Navigator by opening Anaconda Prompt (Terminal on macOS/Linux) and running the following command:
-
If you have updated Navigator and still have problems, remove and reinstall Anaconda Navigator by opening Anaconda Prompt (Terminal on macOS/Linux) and running the following command:
-
If none of the above work, reset the Anaconda Navigator configuration back to default values by opening Anaconda Prompt (Terminal on macOS/Linux) and running the following command:
PermissionError on macOS Catalina
Cause
macOS Catalina users may experience permission errors where the system does not prompt you for permission to folders requiring access.
Solution
-
Update Navigator by opening Anaconda Prompt (Terminal on macOS/Linux) and running the following command:
-
Once updated, have Navigator generate the permissions prompt by launching Spyder and running the following in the console:
Replace <DIRECTORY> with the folder you need access to.
Access denied error
Cause
A lock file wasn’t removed when it should have been.
Solution
Open Anaconda Prompt (Terminal on macOS/Linux) and remove the lock file by running the following commands:
Navigator buttons are missing
Cause
The disappearance of Navigator buttons may be caused by an out of sync repodata, a corrupt
.condarc file, or an unknown issue.Solution
- Run Update Index from the Environments page of Navigator.
- Quit and restart Navigator.
-
Confirm that your
.condarcfile is not corrupt (see the “Navigator error on start up” troubleshooting topic). Specifically confirm that your channel settings containdefaults. -
Open Anaconda Prompt (Terminal on macOS/Linux) and run the following command:
This downloads a fresh copy of the repodata, which should resolve the problem.
- If none of the above options work, open an issue detailing the error.
Trouble logging in to Package Security Manager (On-prem) in Navigator
Cause
Login issues or inability to interact with Package Security Manager (On-prem) can be caused by stale authentication tokens or conflicting channel configurations in Navigator’s config files.
Solution
If you are having issues logging in or know you’re logged in but cannot interact with Package Security Manager (On-prem), try the following solution:
-
Set
logged_api_url,anaconda_server_token, andanaconda_server_token_idin the Navigator config file (anaconda-navigator.ini) to None.Thetokenandtoken_idconfig variable names have been updated fromteam_edition_tokentoanaconda_server_tokenandteam_edition_token_idtoanaconda_server_token_idas of Navigator Version 2.4.0. If you downgrade your Navigator application to a version older than 2.4.0, you must manually change these variable names back to their previous versions within youranaconda-navigator.inifile. -
Remove the
channel_alias:entry from the conda configuration file (.condarc). - Try signing in again.
VS Code is not appearing on the Navigator Home tab
Cause
Anaconda Navigator launches applications using their executable files. Verify that VS Code’s executable file is located in the correct directory (based on your OS and installation):
Solution
There are two options for solving this issue:
Ensure that executable is installed in the default location
Ensure that executable is installed in the default location
Reinstall VS Code to ensure that executable is installed in the default location.
- Close Navigator.
-
Uninstall (if necessary) and reinstall VS Code.
On macOS, make sure the VS Code application is moved from your Downloads folder to your Applications folder.
- Re-open Navigator.
Edit VS Code's path in your Navigator user preferences
Edit VS Code's path in your Navigator user preferences
Anaconda Navigator fails to start and gives Permission denied error
Cause
After installation, Anaconda Navigator may fail to start and give you a “Permission denied” error on the anaconda-client configuration file (
/.continuum/anaconda-client/config.yaml). This error is likely due to anaconda-client being installed with admin rights, which leads to incorrect user permissions for the anaconda-client config file.Solution
You can do a few things to solve this. They are listed from most straightforward to most complex.
Delete your .continuum folder
Delete your .continuum folder
- Back up your
.config.yamlfile to a different location. - Delete your
.continuumfolder. - Start Navigator again.
- Copy your saved
.config.yamlfile back into/.continuum/anaconda-client.
Uninstall and reinstall without admin privileges
Uninstall and reinstall without admin privileges
Uninstall Anaconda and then reinstall Anaconda without admin privileges.
Manually change the .continuum folder's user permissions
Manually change the .continuum folder's user permissions
You will need administrator privileges to do this.
- Windows
- macOS/Linux
- Search for “powershell”.
- Right-click the Windows PowerShell app and select Run as administrator.
-
Run the following command:
Replace <USERNAME> with your username.
Navigator gives ‘Email verification failed’ error 403
Cause
Users with unverified Anaconda.org email addresses can no longer access the API that Navigator and Anaconda Client use to communicate with Anaconda.org. Navigator 2.5.0+ now catches this error and logs you out of your Anaconda.org connection.
Solution
To connect to Anaconda.org again through Navigator, update your Navigator version or verify your Anaconda.org account.
Verify your anaconda.org account
To fully resolve the issue, we recommend verifying your account on Anaconda.org:
Verify your anaconda.org account
To fully resolve the issue, we recommend verifying your account on Anaconda.org:
- Log in to your Anaconda.org account.
- If your email is unverified, you will be prompted to verify it.
- Click Resend Confirmation Email.
- Follow the instructions in the email you receive to complete the verification process.
Navigator fails to start due to “Could not load the Qt platform plugin “xcb” in "" even though it was found” error
Cause
In the CentOS 7 Linux operating system, Orange3 is missing some graphics libraries required by Qt, a framework that Orange Canvas requires to work. These missing dependencies cause an error when starting Navigator: “Could not load the Qt platform plugin “xcb” in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized.”
Solution
- Open a terminal application.
-
Install the missing system libraries and run updates:
Disable Anaconda.com login reminder
Cause
In Navigator versions 2.5.0 and later, a dialog appears every hour (or every 24 hours as of version 2.6.2) to remind users to log in to Anaconda.com, if they are not already logged in. This can be disruptive to users who do not want to log in to Anaconda.com.
Solution
There are a few ways to disable the Anaconda.com login reminder, depending on your version of Navigator:
- 2.6.1 and later
- 2.5.2 to 2.6.0
- 2.5.0
Work in offline mode or log in to another repository.
Update popup not automatically appearing
Cause
If you are not automatically prompted to update Navigator upon sign in, there can be several reasons why:
- The dialog has been hidden
- Your package index is out of sync
defaultsis missing from your channels list
Solution
The dialog has been hidden
The dialog has been hidden
Your package index is out of sync
Your package index is out of sync
Navigator fails to recognize an update is available if your package table is not properly updated. To update your package table, click Environments, then Update index….
defaults is missing from your channels list
defaults is missing from your channels list
This issue specifically impacts users without a subscription to our premium repository.
defaults added to your channels list can also cause Navigator’s Update popup to fail to appear.To add defaults to your channels list:- Click Channels on the Home or Environments page.
- Click Add.
- Enter
defaults, then press Enter (Windows)/Return (Mac) on your keyboard. - Click Update channels.
- Close and reopen Navigator.