Flask:ModuleNotFoundError:没有名为“ flask_sqlalchemy”的模块

时间:2020-06-09 20:45:46

标签: python flask visual-studio-code flask-sqlalchemy

我正在按照这个流行的教程https://www.youtube.com/watch?v=cYWiDiIUxQc制作Flask Web App。我正在Visual Code Studio中执行此操作,但是SQLAlchemy遇到错误。

 from flask_sqlalchemy import SQLAlchemy

这是我导入模块的代码。

我收到“ ModuleNotFoundError:没有名为'flask_sqlalchemy'的模块”。我已经通过在项目文件夹内的CMD中输入“ pip list”来检查是否已正确安装flask_sqlalchemy,并在已安装的软件包下列出了该列表。因此,我对为什么VScode无法找到模块感到困惑。在线搜索后,虚拟环境似乎存在潜在的问题,但是我似乎已经在本地为项目正确安装了模块,所以我不知道问题出在哪里。

之后

1 个答案:

答案 0 :(得分:0)

您必须配置vscode才能使用virtualenv。

点击 $.ajax({ type: "GET", crossDomain: true, data: {"render": "json"}, dataType: 'jsonp', url: "https://opml.radiotime.com/Browse.ashx?", success: function (data, status) { //console.log(data, status); var cathegories = [] $.each(data['body'], function (id, list) { cathegories.push('<li id="browse_' + list.key + '" style="cursor:pointer"><i class="fa fa-angle-right" aria-hidden="true"></i>' + "&nbsp;" + list.text.toLowerCase() + '</li>'); }); console.log(cathegories); $("#browse_list").html(cathegories); }, error: function (textStatus, errorMessage) { console.log(errorMessage); } }); $("#browse_list li").click(function() { var data = (this).id; console.log(this.id); }); 并输入“ python select interpreter”,点击Enter并输入您的venv解释器路径