I have installed Anaconda on an Azure Virtual Desktop computer, which uses FSLogix for profile storage. When I try to launch Navigator, it spins for a second then nothing.
I have tried removing/reinstalling - same.
I tried running anaconda-navigator --reset from the Anaconda Prompt and get the following:
(base) C:\Windows\System32>anaconda-navigator --reset
Traceback (most recent call last):
File “C:\Anaconda3\Scripts\anaconda-navigator-script.py”, line 6, in
from anaconda_navigator.app.main import main
File “C:\Anaconda3\Lib\site-packages\anaconda_navigator\app\main.py”, line 19, in
from anaconda_navigator.app.start import start_app
File “C:\Anaconda3\Lib\site-packages\anaconda_navigator\app\start.py”, line 21, in
from anaconda_navigator.config import CONF, LINUX, LOCKFILE, MAC, PIDFILE, UBUNTU
File “C:\Anaconda3\Lib\site-packages\anaconda_navigator\config_init_.py”, line 23, in
from anaconda_navigator.config.main import CONF
File “C:\Anaconda3\Lib\site-packages\anaconda_navigator\config\main.py”, line 112, in
base.fix_recursive_folder()
File “C:\Anaconda3\Lib\site-packages\anaconda_navigator\config\base.py”, line 90, in fix_recursive_folder
root: str = get_conf_path()
^^^^^^^^^^^^^^^
File “C:\Anaconda3\Lib\site-packages\anaconda_navigator\config\base.py”, line 62, in get_conf_path
os.makedirs(result, exist_ok=True)
File “”, line 225, in makedirs
FileExistsError: [WinError 183] Cannot create a file when that file already exists: ‘C:\Users\abc123-da\.anaconda\navigator’
Has anyone had success running this on AVD? Is it the profile storage location causing issues?