Anaconda Navigator Suddenly Stops Working
Suddenly, my anaconda-navigator stops working! I tried to update it by typing in the terminal: conda update conda conda update anaconda-navigator anaconda-navigator but nothing h
Solution 1:
I have solved this problem. To whomever is facing the same problem, after following the steps that I mentioned earlier in my question above, try to install the package:
pip install picage
since, as far as I understand, the error key that I get "pip._vendor.chardet.constants" is a subpackage from the main package (picage).
and then you can update your pip by typing (note that this step alone might solve the problem):
pip install --upgrade pip
At this point you can call your conda by typing:
anaconda-navigator
and hopefully it will open (it worked with me!).
Post a Comment for "Anaconda Navigator Suddenly Stops Working"