2023年9月4日星期一

VSCOD Problem

command line error: language modes specified are incompatible

  • 将命令调色板(ctrl+shift+P)中的“configurationProvider”更改为“none”解决了我的问题。

没有评论:

发表评论

Powershell中python始终指向anaconda问题

 Powershell中python始终指向anaconda,即便修改Path也没有办法改变,这时候使用 conda config --show,查看auto_activate_base,发现是true,conda config --set auto_activate_base ...