I just ran ‘conda update --all’ and the Navigator suddenly stopped working from the Windows 10 menu shortcut and powershell ‘anaconda-navigator’. Nothing else changed on the PC since the update. My understanding is that the issue is specific to conda 25.9.1 as reported in GitHub “Navigator fails to launch with conda 25.9.0 (missing conda.cli.python_api) #15290”.
Any workaround?
Traceback (most recent call last):
File “C:\Users\x\anaconda3\Scripts\anaconda-navigator-script.py”, line 6, in
from anaconda_navigator.app.main import main
File “C:\Users\x\anaconda3\Lib\site-packages\anaconda_navigator\app\main.py”, line 19, in
from anaconda_navigator.app.start import start_app
File “C:\Users\x\anaconda3\Lib\site-packages\anaconda_navigator\app\start.py”, line 32, in
from anaconda_navigator.widgets.main_window import MainWindow
File “C:\Users\x\anaconda3\Lib\site-packages\anaconda_navigator\widgets\main_window_init_.py”, line 48, in
from anaconda_navigator.widgets.dialogs.channels import DialogChannels
File “C:\Users\x\anaconda3\Lib\site-packages\anaconda_navigator\widgets\dialogs\channels.py”, line 27, in
from conda_token import token_list
ModuleNotFoundError: No module named ‘conda_token’