无法解析导入库 Pylance Visual Studio Code

Import library could not be resolved Pylance Visual Studio Code

提问人:Rubén Figueroa 提问时间:1/9/2023 最后编辑:Rubén Figueroa 更新时间:1/10/2023 访问量:106

问:

我正在尝试使用不同的代码进行蒙特卡洛模拟,但我的程序无法运行,因为不同的库(如时间、随机)和 API 无法被 Visual Studio Code 识别。 我观看了不同的视频以获取解决方案,但我还没有找到运行程序的解决方案。 --------------------------编辑------------------- 我在计算机中将解释器更改为 3.10.7 版本,并且显然运行了除这些库之外的所有其他库。我该怎么办?

import dash
import dash_core_components as dcc
import dash_html_components as html
import *dash_bootstrap_components* as dbc
from dash.dependencies import Input, Output
import plotly.express as px
import simulategames
from *IPython.display* import clear_output                       

*dash_bootstrap_ 组件和 *IPython.display 是 Visual Studio Code 中突出显示的组件。 另外,其他没有突出显示的,即使我做了pip安装库,它们仍然无法识别

我希望它在做虚拟环境后运行,但它不起作用

Python 未解析 - 外部 pylance

评论

0赞 starball 1/9/2023
Visual Studio 和 Visual Studio Code 是两个不同的东西。您能否编辑以使用正确的术语?
0赞 starball 1/9/2023
您能否进行编辑以将代码图像的转录添加到实际代码块中?请参阅此处了解原因。有关如何格式化代码块的信息,请参见 /editing-help。您可以使用代码注释来指示哪些部分在代码块听录中存在下划线问题。
0赞 Rubén Figueroa 1/10/2023
@starball 感谢您的贡献,我会立即做出更改。

答: 暂无答案