gpt4 book ai didi

python - 如何进入 VS Code 用于 pylance 的环境?

转载 作者:行者123 更新时间:2023-12-04 11:24:33 25 4
gpt4 key购买 nike

我正在使用 pylance 检查我的 Python 代码。它告诉我

Import "astor" could not be resolved


enter image description here
当我在 VS Code 中切换到终端时:
enter image description here
我很确定问题在于它使用了另一个环境。我默认使用 pyenv,我希望 vscode 使用相同的环境。但至少我需要能够访问它用来安装包的环境。
有趣的是,状态栏似乎显示了其他内容,因为在该环境中我安装了 astor:
enter image description here

最佳答案

我发现这个链接告诉我们我们应该添加一个额外的路径。

These extra roots must be specified to the language server. Theeasiest way to do this (with the VS Code Python extension) is tocreate a workspace configuration which setspython.analysis.extraPaths. For example, if a project uses a sourcesdirectory, then create a file .vscode / settings.json in the workspacewith the contents:

{
"python.analysis.extraPaths": ["./sources"]
}
https://github.com/microsoft/pylance-release/blob/master/TROUBLESHOOTING.md#unresolved-import-warnings

关于python - 如何进入 VS Code 用于 pylance 的环境?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64088670/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com