INSTALLATION ANACONDA - module 'qtpy.QtSvg' has no attribute 'QSvgWidget'

Just after install Anaconda, I am not able to launch it. I got this error:
Traceback (most recent call last):
File “d:\anaconda3\Scripts\anaconda-navigator-script.py”, line 6, in
from anaconda_navigator.app.main import main
File “d:\anaconda3\lib\site-packages\anaconda_navigator\app\main.py”, line 19, in
from anaconda_navigator.app.start import start_app
File “d:\anaconda3\lib\site-packages\anaconda_navigator\app\start.py”, line 25, in
from anaconda_navigator.widgets.dialogs import MessageBoxInformation
File “d:\anaconda3\lib\site-packages\anaconda_navigator\widgets_init_.py”, line 545, in
class QSvgWidget(QtSvg.QSvgWidget):
AttributeError: module ‘qtpy.QtSvg’ has no attribute ‘QSvgWidget’

What i have tried so far:

  • full uninstall and reinstall… not working
  • conda install qt --force… not working
  • conda install qtpy --force… not working
  • conda install -c anaconda qt… not working

No idea what is going on… but I had Anaconda previously working on this PC.
Please, any help??

Good morning,

Thank you so much for contacting us, when you did the reinstall have you followed this procedure Uninstalling Anaconda Distribution — Anaconda documentation and deleted the d:\anaconda3\ folder prior to the reinstallation?

Please try to launch these commands in the Anaconda prompt:

anaconda-navigator --reset

anaconda-navigator

Let us know if that worked for you, we are happy to help.