vscode python 无法引入上层目录解决

在vscode 中.vscode 配置如下

{

// Use IntelliSense to learn about possible attributes.

// Hover to view descriptions of existing attributes.

// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387

"version": "0.2.0",

"configurations": [

{

"name": "Python: Current File",

"type": "python",

"request": "launch",

"program": " f i l e " , " c o n s o l e " : " i n t e g r a t e d T e r m i n a l " , " j u s t M y C o d e " : f a l s e , " c w d " : " {file}", "console": "integratedTerminal", "justMyCode": false, "cwd":" file","console":"integratedTerminal","justMyCode":false,"cwd":"{fileDirname}",

"env": {"PYTHONPATH": "${cwd}"}

}

]

}

相关推荐
许泽宇的技术分享20 小时前
当AI学会“说人话“:Azure语音合成技术的魔法世界
后端·python·flask
光泽雨20 小时前
python学习基础
开发语言·数据库·python
裤裤兔20 小时前
python爬取pdf文件并保存至本地
chrome·爬虫·python·pdf·网络爬虫
Solyn_HAN20 小时前
非编码 RNA(ceRNA/lncRNA/circRNA)分析完整流程:从数据下载到功能验证(含代码模板)
python·bash·生物信息学·r
CesareCheung20 小时前
JMeter 进行 WebSocket 接口压测
python·websocket·jmeter
beijingliushao20 小时前
95-Python爬虫-正则表达式
爬虫·python·正则表达式
百***060120 小时前
python爬虫——爬取全年天气数据并做可视化分析
开发语言·爬虫·python
玖日大大21 小时前
Trae:字节跳动 AI 原生 IDE 的技术革命与实战指南
ide·人工智能
吃个糖糖21 小时前
pytorch 卷积操作
人工智能·pytorch·python
麦麦麦造21 小时前
比 pip 快 100 倍!更现代的 python 包管理工具,替代 pip、venv、poetry!
后端·python