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// works
conda update anaconda-navigator // this one gets stuck
pip install PyQt5
pip install pyqtwebengine // both works .
jupiter opens up but anaconda navigator doesnot
i tried running navigator directly from script cmd.
C:Userssayan.anacondanavigatorscripts> anaconda-navigator
it provides the following:-
Traceback (most recent call last):
File “C:Userssayananaconda3Scriptsanaconda-navigator-script.py”, line 6, in
from anaconda_navigator.app.main import main
File “C:Userssayananaconda3libsite-packagesanaconda_navigatorappmain.py”, line 19, in
from anaconda_navigator.app.start import start_app
File “C:Userssayananaconda3libsite-packagesanaconda_navigatorappstart.py”, line 27, in
from anaconda_navigator.widgets.main_window import MainWindow
File “C:Userssayananaconda3libsite-packagesanaconda_navigatorwidgetsmain_window_init_.py”, line 52, in
from anaconda_navigator.widgets.tabs.community import CommunityTab
File “C:Userssayananaconda3libsite-packagesanaconda_navigatorwidgetstabscommunity.py”, line 23, in
from PIL.ImageQt import ImageQt
ImportError: cannot import name ‘ImageQt’ from ‘PIL.ImageQt’ (C:Userssayananaconda3libsite-packagesPILImageQt.py)
PS C:Userssayan.anacondanavigatorscripts>