今天早上我很高興使用 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 解決了這個問題。