python无法定位程序输入点于动态链接库pythoncom36

错误起因:
今天通过命名安装 ipykernel之后出现了下面这种错误情况。具体原因不明。

conda install ipykernel

错误描述:

  • anaconda python.exe 无法定位程序输入点 动态链接库 pythoncom36.dll
  • 每一次运行conda install 或uninstall 或conda list就会提示该错误

python无法定位程序输入点于动态链接库pythoncom36_第1张图片
在网上查询之后,看到下面这篇文章
win10运行anaconda提示无法定位程序输入点**/pythoncom36.dll
虽然问题原因不同,但是都是pythoncom36.dll出问题,这个问题是由于没有更新conda的缘故。所以大胆尝试了一下:
注意:base是你的环境名,根据自己需要更改

conda update -n base conda

更新之后,再执行命令,恢复正常。

你可能感兴趣的:(python,python,anaconda,bug)