今天早上我很高兴地使用 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 解决了这个问题。