PC 재부팅 후 Anaconda가 시작되지 않습니다

PC 재부팅 후 Anaconda가 시작되지 않습니다

오늘 아침 Spyder/Anaconda를 사용하여 행복하게 코딩하고 있었는데 컴퓨터를 재부팅해야 했고 Spyder/Anaconda가 전혀 시작되지 않았습니다.

Anaconda Prompt를 사용하려고 하면 아래 오류가 표시됩니다.

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

에러 메시지

답변1

내 시스템에서 Microsoft Visual C++ Runtime을 업데이트한 후에 이런 일이 발생했습니다. Anaconda를 다시 설치하면 문제가 해결되었습니다.

관련 정보