Anaconda Navigator Won't Open - Tried all other threads

前端 未结 2 985
灰色年华
灰色年华 2021-01-14 23:01

Uninstalled Anaconda Navigator last week and now it wont work once I\'ve reinstalled it.

Windows search doesn\'t find an anaconda navigator program but in C:\\Users

相关标签:
2条回答
  • 2021-01-14 23:36

    I managed to solve the issue by doing the following:

    1. Installing Microsoft Visual C++ 2015 - 2019 redistributable (x64) - 14.25. 28508
    2. Add file: msvcp140.dll (follow tutorial in youtube)
    3. Add file: msvcp140_1.dll
    0 讨论(0)
  • 2021-01-14 23:58

    The exact thing happened to me the yesterday.

    1. Uninstall the new anaconda installation.
    2. Delete all the conda, anaconda files and folders on your computer. (They are located inside the C:\Users\<yourusername>, C:\Users\<yourusername>\Appdata\Local and C:\Users\<yourusername>\Appdata\Roaming folders).
    3. Restart your computer.
    4. Download the appropriate Miniconda installer.

    The fix is in the latest Miniconda installers:

    64-bit:
    https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe

    https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86_64.exe

    32-bit:

    https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86.exe

    https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86.exe

    source

    1. Install it using the suggested settings.
    2. Run the start menu shorcut Anaconda Prompt.
    3. Execute the command conda install anaconda anaconda-navigator.

    Hopefully this will solve your issues (it solved mine).

    I would suggest against having Anaconda in your PATH because it is designed to run inside an environment and having it run separately (outside the environment) might mess things up.

    0 讨论(0)
提交回复
热议问题