Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

Unable to open ANACONDA or SPYDER: ImportError: DLL load failed: The specified module could not be found

我看过之前所有与之相关的帖子,但 none 对我有用

我做的是:

得到这个错误

(base) C:\Users\SHUBHAM>anaconda-navigator
Traceback (most recent call last):
  File "C:\Users\SHUBHAM\anaconda3\Scripts\anaconda-navigator-script.py", line 10, in <module>
    sys.exit(main())
  File "C:\Users\SHUBHAM\anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 103, in main
    from anaconda_navigator.app.start import start_app
  File "C:\Users\SHUBHAM\anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 32, in <module>
    from anaconda_navigator.widgets.dialogs import MessageBoxInformation
  File "C:\Users\SHUBHAM\anaconda3\lib\site-packages\anaconda_navigator\widgets\__init__.py", line 13, in <module>
    from qtpy import QtSvg
  File "C:\Users\SHUBHAM\anaconda3\lib\site-packages\qtpy\QtSvg.py", line 14, in <module>
    from PyQt5.QtSvg import *
ImportError: DLL load failed while importing QtSvg: The specified procedure could not be found.

我的尝试没有成功!:

    C:\Users\SHUBHAM>conda info    
         active environment : None
                shell level : 0
           user config file : C:\Users\SHUBHAM\.condarc
     populated config files : C:\Users\SHUBHAM\.condarc
              conda version : 4.9.2
        conda-build version : 3.20.5
             python version : 3.8.5.final.0
           virtual packages : __cuda=11.1=0
                              __win=0=0
                              __archspec=1=x86_64
           base environment : C:\Users\SHUBHAM\anaconda3  (writable)
               channel URLs : https://repo.anaconda.com/pkgs/main/win-64
                              https://repo.anaconda.com/pkgs/main/noarch
                              https://repo.anaconda.com/pkgs/r/win-64
                              https://repo.anaconda.com/pkgs/r/noarch
                              https://repo.anaconda.com/pkgs/msys2/win-64
                              https://repo.anaconda.com/pkgs/msys2/noarch
              package cache : C:\Users\SHUBHAM\anaconda3\pkgs
                              C:\Users\SHUBHAM\.conda\pkgs
                              C:\Users\SHUBHAM\AppData\Local\conda\conda\pkgs
           envs directories : C:\Users\SHUBHAM\anaconda3\envs
                              C:\Users\SHUBHAM\.conda\envs
                              C:\Users\SHUBHAM\AppData\Local\conda\conda\envs
                   platform : win-64
                 user-agent : conda/4.9.2 requests/2.25.0 CPython/3.8.5 Windows/10 Windows/10.0.19041
              administrator : False
                 netrc file : None
               offline mode : False

这是有效的

我可以 运行 Jupyer Notebook 但不能使用 anaconda 或 spyder

路径:

卸载 anaconda3 和 visual studio 并重新安装 anaconda3 成功了。