Navigator error an unexpected error occurred on navigator start up

Я установил Anaconda, мне удалось запустить его, а затем использовать R или python, и сегодня я больше не могу его запустить, и я получаю эту ошибку (я получаю ту же ошибку при запуске программного обеспечения в режиме администратора) An unexpected error ocurred on Navigator start-up psutil.AccesDen....

Я установил Anaconda, мне удалось запустить его, а затем использовать R или python, и сегодня я больше не могу его запустить, и я получаю эту ошибку (я получаю ту же ошибку при запуске программного обеспечения в режиме администратора)

An unexpected error ocurred on Navigator start-up
psutil.AccesDenied(pid=5740)

Traceback (most recent call last):
File "C:UsersuserAnaconda3libsite-packagespsutil_pswindows.py", line 620, in wrapper
return fun(self, *args, **kwargs)
File "C:UsersuserAnaconda3libsite-packagespsutil_pswindows.py", line 690, in cmdline
ret = cext.proc_cmdline(self.pid)
PermissionError: [WinError 5] Access Denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:UsersuserAnaconda3libsite-packagesanaconda_navigatorexceptions.py", line 75, in exception_handler
return_value = func(*args, **kwargs)
File "C:UsersuserAnaconda3libsite-packagesanaconda_navigatorappstart.py", line 108, in start_app
if misc.load_pid() is None: # A stale lock might be around
File "C:UsersuserAnaconda3libsite-packagesanaconda_navigatorutilsmisc.py", line 384, in load_pid
cmds = process.cmdline()
File "C:UsersuserAnaconda3libsite-packagespsutil__init__.py", line 701, in cmdline
return self._proc.cmdline()
File "C:UsersuserAnaconda3libsite-packagespsutil_pswindows.py", line 623, in wrapper
raise AccessDenied(self.pid, self._name)
psutil.AccessDenied: psutil.AccessDenied (pid=5740) 

4 ответа

Лучший ответ

Я использую анаконду в win10 x64 (python3.x), и я получил эту проблему сегодня утром. Все, что было сделано в анаконде, это то, что я установил пакет под названием pywinauto, затем выключил компьютер и пошел домой.

Я следую предложению https://groups.google. .com / a / continueum.io / forum / #! topic / anaconda / 4hBTDOcDzgo от lan, я обновляю anaconda с помощью команды.

conda update anaconda-navigator

Однако ошибка произошла так же.

Затем я перезагружаю компьютер и перезапускаю анаконду, случается волшебство! Анаконда работает отлично!

Я думаю, что, возможно, какая-то конфигурация была изменена, когда я устанавливаю новый пакет, и это изменение противоречит текущей конфигурации, которая необходима для перезагрузки компьютера, чтобы исправить это. Вы должны заметить, что выключить компьютер и перезагрузить его не равно перезагрузить его.

Итак, просто перезагрузите компьютер, и все будет хорошо.


1

shawpan
7 Окт 2017 в 06:23

Первоначально столкнувшись с той же ошибкой, я попробовал другие решения, приведенные здесь, выполнив команды в терминале anaconda, но в моем случае ничего не помогло, так как я получал следующую ошибку при выполнении команды

Ошибка загрузки: неверный yaml в позиции 0

Это означает, что файл .condarc либо поврежден по какой-либо причине, либо в нем могут быть некоторые изменения. Решение, которое мне помогло, — удалить .condarc . Поскольку файл конфигурации .condarc соответствует простому синтаксису YAML. .condarc автоматически создается в вашем домашнем каталоге при запуске anaconda navigator.

Конда снова создаст его.

Надеюсь, поможет!!


1

PN10
13 Фев 2019 в 15:36

Попробуйте удалить .condarc из вашего каталога и проверьте, работает ли он. У меня была такая же проблема, и она работала для меня. Я надеюсь, что это работает для вас.


1

Alex Adedayo
3 Янв 2020 в 20:47

  • Navigator error on start up
  • Issues launching or initializing
  • PermissionError on macOS Catalina
  • Access denied error
  • Navigator buttons are missing
  • Navigator ignores the “Ok, and don’t show again” option on the help Anaconda improve pop up
  • Trouble logging in to Anaconda Server from Navigator
  • VS Code is not appearing on my Anaconda Navigator home tab
  • Anaconda Navigator fails to start and gives Permission denied error

Navigator error on start up¶

This is often the result of a corrupted .condarc file. To resolve, delete the .condarc file and restart Navigator.

  1. Find the .condarc file.

    In Anaconda Prompt or the terminal, enter the command conda info. The output will tell you the location of your .condarc file(s). You can also search for “.condarc” on your computer.

    The .condarc file is frequently found in:

    • macOS: /Users/<USERNAME>
    • Linux: ~/.condarc
    • Windows: C:\Users\<USERNAME>
  2. Optional: Save custom configurations.

    If you had custom configuration in your .condarc file before it was corrupted, save the information to add that configuration back to the new file.

  3. Delete the .condarc file.

  4. Restart Navigator.

Issues launching or initializing¶

If you are having problems launching Anaconda Navigator, follow these steps.

If you cannot launch the Anaconda Navigator desktop app, you can still launch it from the terminal or an Anaconda Prompt with anaconda-navigator.

Permissions issues¶

If you have permissions issues, there may be a problem with the licenses directory, .continuum. Open a terminal or Anaconda Prompt and delete the .continuum directory. Run rm -rf ~/.continuum on macOS and Linux and rd /s .continuum on Windows.

Then relaunch Navigator from the desktop app, terminal, or Anaconda Prompt.

Other options¶

If removing the licenses directory does not resolve the issue, manually update Navigator from a terminal or an Anaconda Prompt:

conda update anaconda-navigator

If you have updated Navigator and still have problems, remove Anaconda Navigator, then reinstall from the terminal or Anaconda Prompt:

conda remove anaconda-navigator
conda install anaconda-navigator

If none of the above work, please reset the Anaconda Navigator configuration back to default values:

anaconda-navigator --reset

PermissionError on macOS Catalina¶

MacOS Catalina users may experience permission errors where the system does not prompt you for permission to folders requiring access.

First, update Navigator.

conda update anaconda-navigator

Once updated, have Navigator generate the permissions prompt by launching Spyder and running the following in the console:

import os
os.listdir('<DIRECTORY>')
# Replace <DIRECTORY> with the folder you need access to.

Access denied error¶

This is caused by a lock file that sometimes gets stuck and isn’t removed when it should be.

In Anaconda Prompt or a terminal, run:

conda update conda
conda update anaconda-navigator
conda update navigator-updater
anaconda-navigator --reset

The last command is the key to fixing the issue, as it removes the lock file causing the problem.

Navigator buttons are missing¶

If your Navigator buttons are missing, try the following:

  1. Run Update Index from the Environments page of Navigator.
  2. Quit and restart Navigator.
  • If it’s still broken, confirm that your .condarc file is not corrupt. Specifically confirm that your channel settings contain “defaults”.
  • If it’s still broken, try running conda search python from the command line. This will download a fresh copy of the repodata, which should resolve the problem.
  • If none of the above options work, open an issue detailing the error.

Navigator ignores the “Ok, and don’t show again” option on the help Anaconda improve pop up¶

After starting Navigator, a pop up appears asking if you’d like to provide anonymized usage information to Anaconda. If you select “Okay, and don’t show again” and the pop up appears again the next time you start Navigator, it may be due to a privilege conflict.

Specifically, this can occur when Navigator was installed by a user with Administrator privileges, but you are using it as a regular user without the Administrator privileges. The pop up continues to appear because you do not have permission to change the pop up box setting.

To resolve this, switch to using an account with Administrator privileges and select the “Ok, and don’t show again” option in the pop up box. This will apply to all user accounts.

Alternatively, edit the show_startup field in the .anaconda/navigator/anaconda-navigator.ini configuration file so that it is False. If show_startup = True, you will continue to see the pop up box.

Trouble logging in to Anaconda Server from Navigator¶

If you are having issues logging in or know you’re logged in but cannot interact with Anaconda Server, try the following steps:

  1. Set logged_api_url, team_edition_token, and team_edition_token_id in the Navigator config file (anaconda-navigator.ini) to None.
  2. Remove channel_alias from the conda configuration file (.condarc).
  3. Try signing in again.

VS Code is not appearing on my Anaconda Navigator home tab¶

Anaconda Navigator displays and launches VS Code, and many other applications, through that application’s executable file. VS Code’s installation should have placed the executable in a specific directory where Anaconda Navigator is programmed to look. For example:

  • Windows User-Only Installation: C:\Users\User\AppData\Local\Programs\Microsoft VS Code
  • Windows System-Wide Installation: C:\Program Files\Microsoft VS Code
  • Linux-64: /usr/share/code
  • macOS: /Applications

Reinstall VS Code to ensure that executable is installed in the default location.

  1. Close Anaconda Navigator.

  2. Uninstall (if necessary) and reinstall VS Code.

    Note

    On macOS, make sure the VS Code application is moved from your Downloads folder to your Applications folder.

  3. Re-open Anaconda Navigator.

Another option, if you have installed VS Code to a different location than the default, is to edit VS Code’s path in your Anaconda Navigator user preferences.

  1. Open the Anaconda Navigator Preferences dialog from the top menu bar (such as File > Preferences or Anaconda Navigator > Preferences).

  2. Scroll down to the VS Code path setting.

  3. Enter the path to the installation of VS Code you would like Anaconda Navigator to use. This may be similar to the examples above, especially if you have a user-specific installation you would rather use over your system-wide installation.

    Note

    You do not need to enter the name of the executable file itself. Just the path to the folder that contains that file.

  4. Close and reopen Anaconda Navigator.

Anaconda Navigator fails to start and gives Permission denied error¶

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).

Cause¶

This error is likely due to anaconda-client being installed with admin rights. This will lead 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

  1. Back up your .config.yaml file to a different location.
  2. Delete your .continuum folder.
  3. Start Navigator again.
  4. Copy your saved .config.yaml file back into /.continuum/anaconda-client.

Uninstall and reinstall without admin privileges

Uninstall Anaconda and then reinstall Anaconda without admin privileges.

Manually change the .continuum folder’s user permissions

You will need administrator privileges to do this.

To change user permissions on Windows:

  1. Search for “powershell”.

  2. Right-click the Windows PowerShell app and select Run as administrator.

  3. Run the following command:

    #Replace <USERNAME> with your username
    icacls C:Users<USERNAME>.continuum /grant:r <USERNAME>:(i,f) /t
    

To change user permissions on macOS or Linux

  1. Open your terminal application.

  2. Run the following command:

    sudo chmod 766 /.continuum
    

Неожиданная ошибка произошла в навигаторе

Неправильное описание:

Navigator Error
An unexpected error occurred on Navigator start-up

Report
Please report this issue in the anaconda issue tracker

Main Error
expected str, bytes or os.PathLike object, not NoneType
Traceback
Traceback (most recent call last):
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorexceptions.py», line 75, in exception_handler
return_value = func(*args, **kwargs)
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorappstart.py», line 150, in start_app
window = run_app(splash)
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorappstart.py», line 65, in run_app
window = MainWindow(splash=splash, tab_project=False)
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorwidgetsmain_window.py», line 163, in init
self.api = AnacondaAPI()
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorapianaconda_api.py», line 2185, in AnacondaAPI
ANACONDA_API = _AnacondaAPI()
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorapianaconda_api.py», line 89, in init
self._conda_api = CondaAPI()
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorapiconda_api.py», line 1714, in CondaAPI
CONDA_API = _CondaAPI()
File «C:UsersANGELAnaconda3libsite-packagesanaconda_navigatorapiconda_api.py», line 353, in init
self.sys_rc_path = join(self.ROOT_PREFIX, ‘.condarc’)
File «C:UsersANGELAnaconda3libntpath.py», line 76, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Когда компьютер запускается, AnaConda перебодутся несколько раз, затем выпрыгивает из веб-страницы, связанной с вышеуказанной информацией, она очень большой! Действительно Действительно Действительно :-(

Более того, самое главное, все обзоры находят, что большинство блогеров предоставляют открытые и обновленные операции, которые аналогичны привилегии администратора.

Под окнами:

1) Используйте администратор для запуска: Conda Presc

2) Выполнить командный кондейский обновление AnaConda-Navigator

3) Я все еще попробую команду: Anaconda-Navigator — Сброс

Трагедия, как и наши ошибки, в строке, команда Anaconda недоступна.

Не так много ерунды, сэкономить путь! Действительно Действительно Действительно Действительно Действительно

  • Перейдите в дисков C и найдите нашего пользователя.

  • Затем найдите имя нашего собственного компьютера, обычно определяемого самим собой.

  • Снимите, найдите файл. КОНДАРК, то смело удалить его, не уверенно :-)

  • Выключите интерфейс ошибок, начните с нового навигатора ANACONDA!

  • Its Work? Right

Когда я прихожу сюда, мы уже преодолели это! Давайте продолжим работу

Понравилась статья? Поделить с друзьями:
  • Navigation system error mavic pro
  • Navigation system error mavic air
  • Navigation system error check redundancy state
  • Navigation is safe inav ошибка
  • Navifirm error connecting to the server