yesterday, i uninstalled my anti virus and after that , the navigator is not launching any more.
i tried going to the script file and updating my conda and navigator.however the navigator update gets stuck after some time.
i have tried, almost most solutions available, but none of the hit and miss are working.
conda update conda// worksconda update anaconda-navigator // this one gets stuck
pip install PyQt5pip install pyqtwebengine // both works .
jupiter opens up but anaconda navigator doesnot
i tried running navigator directly from script cmd.C:\Users\sayan.anaconda\navigator\scripts> anaconda-navigator
it provides the following:-Traceback (most recent call last):File "C:\Users\sayan\anaconda3\Scripts\anaconda-navigator-script.py", line 6, in from anaconda_navigator.app.main import mainFile "C:\Users\sayan\anaconda3\lib\site-packages\anaconda_navigator\app\main.py", line 19, in from anaconda_navigator.app.start import start_appFile "C:\Users\sayan\anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 27, in from anaconda_navigator.widgets.main_window import MainWindowFile "C:\Users\sayan\anaconda3\lib\site-packages\anaconda_navigator\widgets\main_window_init_.py", line 52, in from anaconda_navigator.widgets.tabs.community import CommunityTabFile "C:\Users\sayan\anaconda3\lib\site-packages\anaconda_navigator\widgets\tabs\community.py", line 23, in from PIL.ImageQt import ImageQtImportError: cannot import name 'ImageQt' from 'PIL.ImageQt' (C:\Users\sayan\anaconda3\lib\site-packages\PIL\ImageQt.py)PS C:\Users\sayan.anaconda\navigator\scripts>