Updating Navigator Alternate method ,Anaconda Navigator Overview Installation Updating Navigator Alternate method Getting started with Navigator Troubleshooting Tutorials Help and support Release notes Glossary What is Anaconda Navigator? Why use Navigator? What applications can I access using Navigator? How can I run code with Navigator? Navigator user guide ,Then run this command to update Navigator:,We recommend that you keep Navigator updated to the latest version.
conda deactivate
conda update anaconda - navigator
active environment: base
active env location: C: \Users\ tderb\ anaconda3
shell level: 1
user config file: C: \Users\ tderb\.condarc
populated config files: C: \Users\ tderb\.condarc
conda version: 4.8 .3
conda - build version: 3.18 .11
python version: 3.8 .3.final .0
virtual packages: __cuda = 10.1
base environment: C: \Users\ tderb\ anaconda3(writable)
channel URLs: https: //repo.anaconda.com/pkgs/main/win-64
https: //repo.anaconda.com/pkgs/main/noarch
https: //repo.anaconda.com/pkgs/r/win-64
https: //repo.anaconda.com/pkgs/r/noarch
https: //repo.anaconda.com/pkgs/msys2/win-64
https: //repo.anaconda.com/pkgs/msys2/noarch
package cache: C: \Users\ tderb\ anaconda3\ pkgs
C: \Users\ tderb\.conda\ pkgs
C: \Users\ tderb\ AppData\ Local\ conda\ conda\ pkgs
envs directories: C: \Users\ tderb\ anaconda3\ envs
C: \Users\ tderb\.conda\ envs
C: \Users\ tderb\ AppData\ Local\ conda\ conda\ envs
platform: win - 64
user - agent: conda / 4.8 .3 requests / 2.24 .0 CPython / 3.8 .3 Windows / 10 Windows / 10.0 .19041
administrator: False
netrc file: None
offline mode: False
Conda attempts to install the newest versions of the requested packages. To accomplish this, it may update some packages that are already installed, or install additional packages. To prevent existing packages from updating, use the --no-update-deps option. This may force conda to install older versions of the requested packages, and it does not prevent additional dependency packages from being installed.,This command accepts a list of package names and updates them to the latest versions that are compatible with all other packages in the environment.,Ensure that any user-requested package for the current operation is uninstalled and reinstalled, even if that package already exists in the environment.,Exit early and do not run the solver if the requested specs are satisfied. Also skips aggressive updates as configured by 'aggressive_update_packages'. Similar to the default behavior of 'pip install'.
usage: conda update[-h][-n ENVIRONMENT | -p PATH][-c CHANNEL][--use - local]
[--override - channels][--repodata - fn REPODATA_FNS]
[--strict - channel - priority][--no - channel - priority]
[--no - deps | --only - deps][--no - pin][--copy][-C][-k]
[--offline][-d][--json][-q][-v][-y][--download - only]
[--show - channel - urls][--file FILE]
[--experimental - solver {
classic,
libmamba,
libmamba - draft
}]
[--force - reinstall]
[--freeze - installed | --update - deps | -S | --update - all | --update - specs]
[--clobber]
[package_spec[package_spec...]]
EDIT: In case conda update spyder isn't working, this post indicates you might need to run conda update anaconda before updating spyder. Also note that you can specify an exact spyder version if you want.,If you want to update Spyder in the root environment, then conda update spyder works for me.,If you want to update Spyder for a virtual environment you have created (e.g., for a different version of Python), then conda update -n $ENV_NAME spyder where $ENV_NAME is your environment name.,pandas read_csv index_col=None not working with delimiters at the end of each line
Would like to update Spyder to the latest version, so I went through the commands:
conda update conda conda update anaconda conda update spyder