2

I have trouble with my anaconda3 navigator. I am using it with Python 3 and jupyter notebook. Today, because I had trouble with installing some packages, I updated everything and it worked fine. A few hours later, my anaconda navigator is not opening and when I open the PowerShell prompt I get the following error: enter image description here and here:

failed to create process.
Invoke-Expression : Das Argument kann nicht an den Parameter "Command" gebunden werden, da es sich um eine leere
Zeichenfolge handelt.
In C:\Users\elihe\Anaconda3\shell\condabin\Conda.psm1:101 Zeichen:36
+         Invoke-Expression -Command $activateCommand;
+                                    ~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Invoke-Expression], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.Invo
   keExpressionCommand

PS C:\Users\elihe>

Can someone tell me what to do? I really need help :((

Community
  • 1
  • 1
Eli Hektor
  • 79
  • 9

2 Answers2

0

I got the solution, okay it is not really a solution,but better than nothing :) You just have to uninstall Anaconda completely from your computer, also every folder with Anaconda things. Then you have to install it completely new, as if you never had Anaconda on your computer. For me, that helped - everything goes like before this problem!

Eli Hektor
  • 79
  • 9
0

If you just install Anaconda and when you try to lunch the Anaconda navigator and it gives you this message There is instance of Anaconda Navigator already running. This means you have a previous version was not fully uninstalled or removed. So you have to find the location of the file which still excites from the previous version Search For the previous's version file location, then after that open the the file location. then open the command prompt Win+R and write the command [resmon.exe] this window will appear resmon.exe, in the [Associated Handles] search field write the folder name and when it appears choose the folder and then right click and [end process] to be able to delete it, then reinstall Anaconda Again.