Today I got the recommendation to update my Navigator version from 2.7.0 to 2.7.1.
Before executing the update I checked my conda version in the base environment. I have the latest conda version 26.3.2 installed. So I started the update for the Navigator via the Navigator UI and received the message that the update was successfull. After that the Navigator couldn’t be launched any more via the desktop icon. The “Windows wheel” is turning for a few seconds and then it vanishes.
Actions taken so far:
Restart of the computer: No effect.
Check for Navigator version in (base) CLI: Version 2.7.1 is installed.
Are there any hints how to get the Navigator up again?
I tried to start the Navigator via the (base) CLI. Please find the messages hereafter:
(base) C:\Users\Gregor>anaconda-navigator
C:\Users\Gregor\miniconda3\Lib\site-packages\binstar_client_init_.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
from pkg_resources import parse_version as pv
Traceback (most recent call last):
File “C:\Users\Gregor\miniconda3\Scripts\anaconda-navigator-script.py”, line 6, in
from anaconda_navigator.app.main import main
File “C:\Users\Gregor\miniconda3\Lib\site-packages\anaconda_navigator\app\main.py”, line 24, in
from anaconda_navigator.app.start import start_app # noqa: E402
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Gregor\miniconda3\Lib\site-packages\anaconda_navigator\app\start.py”, line 32, in
from anaconda_navigator.widgets.main_window import MainWindow
File “C:\Users\Gregor\miniconda3\Lib\site-packages\anaconda_navigator\widgets\main_window_init_.py”, line 29, in
from anaconda_navigator.api.anaconda_api import AnacondaAPI
File “C:\Users\Gregor\miniconda3\Lib\site-packages\anaconda_navigator\api\anaconda_api.py”, line 29, in
from anaconda_navigator.api.client_api import ClientAPI
File “C:\Users\Gregor\miniconda3\Lib\site-packages\anaconda_navigator\api\client_api.py”, line 30, in
from anaconda_navigator.api.auth import org_interactive_api_key, shutdown_oauth_redirect_servers
File “C:\Users\Gregor\miniconda3\Lib\site-packages\anaconda_navigator\api\auth.py”, line 14, in
from binstar_client.commands.login import DotOrgSite
ImportError: cannot import name ‘DotOrgSite’ from ‘binstar_client.commands.login’ (C:\Users\Gregor\miniconda3\Lib\site-packages\binstar_client\commands\login.py)
The first 2 commands had no effect because the base environment is already activated and I have the latest conda 26.3.2 installed.
The 3rd command solved the problem!
Navigator 2.7.1 is up and running: Great!
You should bring your solution to the attention of an Administrator. I think something is missing in the Navigator update process and which is amended by your solution.