Ich habe heute Morgen fröhlich mit Spyder/Anaconda programmiert, dann musste mein Computer neu gestartet werden, Spyder/Anaconda startete überhaupt nicht.
Wenn ich versuche, die Anaconda-Eingabeaufforderung zu verwenden, wird der folgende Fehler angezeigt:
failed to create process.
Invoke-Expression : Cannot bind argument to parameter 'Command' because it is
an empty string.
At C:\ProgramData\Anaconda3\shell\condabin\Conda.psm1:70 char:36
+ Invoke-Expression -Command $activateCommand;
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Invoke-Expression], ParameterB
indingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAl
lowed,Microsoft.PowerShell.Commands.InvokeExpressionCommand
Antwort1
Bei mir ist das nach einem Update von Microsoft Visual C++ Runtime auf meinem System passiert. Durch die Neuinstallation von Anaconda wurde das Problem behoben.